
Agentic Skills by fractary
spec-updater
by fractary
Updates specification files with implementation progress - marks phases complete, checks off tasks, adds notes
agent-chain-analyzer
by fractary
Detects and analyzes agent chain anti-patterns where agents invoke other agents sequentially causing massive context load
architect
by fractary
FABER Phase 2 - Designs solution approach and generates implementation specification from requirements
architecture-validator
by fractary
Validates project architecture against Fractary standards and best practices for Manager-as-Agent patterns
archive-workflow
by fractary
Archives completed FABER workflow state and artifacts to cloud storage for historical tracking and analysis
backup-manager
by fractary
Create and manage database backups across environments
branch-manager
by fractary
Create and manage Git branches with safety checks and validation
branch-namer
by fractary
Generate semantic branch names from work item metadata following conventions
branch-puller
by fractary
Pull branches from remote repository with intelligent conflict resolution
branch-pusher
by fractary
Push branches to remote repository with safety checks and force-with-lease support
build
by fractary
FABER Phase 3 - Implements solution from specification with autonomous execution and deep planning
cache-clear
by fractary
Clear cache entries based on filters (all, expired, pattern).Delegates to fractary CLI for safe cache operations with dry-run support.
cache-health
by fractary
Performs comprehensive diagnostics on the codex cache system, detects issues, and can fix them automatically with repair operations.Delegates to fr...
cache-list
by fractary
List cache entries with filtering, sorting, and freshness status.Delegates to fractary CLI for actual cache operations.
cache-metrics
by fractary
Analyzes the codex cache and generates comprehensive statistics about cache performance, storage usage, and health status.Delegates to fractary CLI...
cleanup-manager
by fractary
List and delete stale branches with safety checks for merged and inactive branches
cli-helper
by fractary
Shared utilities for invoking Fractary CLI from work plugin skills
cloud-common
by fractary
Shared utilities for faber-cloud plugin - configuration loading, pattern resolution, auto-discovery
comment-creator
by fractary
Post comments to issues via Fractary CLI with optional FABER context tracking
comment-lister
by fractary
List comments on issues with optional filtering via Fractary CLI
commit-creator
by fractary
Create semantic commits with FABER metadata and conventional commit format
config-helper
by fractary
Detects, validates, and migrates codex configuration formats (JSON → YAML).Provides deprecation warnings and migration guidance.
config-migrator
by fractary
Migrates codex configuration files from v2.0 push-based sync to v3.0 pull-based retrieval format with automatic backups
file-config-wizard
by fractary
Interactive configuration wizard for the fractary-file plugin, guiding users through storage handler setup with validation
context-optimizer
by fractary
Aggregates context optimization opportunities and calculates total potential savings from architectural improvements
conversion-spec-generator
by fractary
Generates detailed actionable conversion specifications from audit results for architectural migration
core
by fractary
Core utilities for FABER workflow management - config loading, state management, status cards
db-initializer
by fractary
Initialize database infrastructure for new projects
doc-auditor
by fractary
Audit documentation against fractary-docs standards and generate actionable remediation specification
doc-classifier
by fractary
Auto-detects document type from file path or content with confidence scoring, trying path-based detection first then content analysis
doc-consistency-checker
by fractary
Detects when high-level project documentation is stale based on code/config changes and generates update suggestions
doc-lister
by fractary
Lists and filters documentation files by type, status, tags, and date range with frontmatter parsing
doc-validator
by fractary
Validates documentation against type-specific rules and schemas loaded dynamically, checking frontmatter, structure, content, and schema compliance
doc-writer
by fractary
Creates or updates documentation in a type-agnostic manner by dynamically loading type-specific context at runtime
docs-director-skill
by fractary
Handles multi-document operations with pattern matching and parallel execution, delegating to docs-manager-skill for each matched document
docs-manager-skill
by fractary
Orchestrates complete single-document workflows with automatic validation and indexing in a write→validate→index pipeline
document-fetcher
by fractary
Fetch documents from codex knowledge base with cache-first strategy.Delegates to fractary CLI for actual retrieval operations.
evaluate
by fractary
FABER Phase 4 - Tests and reviews implementation, looping back to build phase if issues found
faber-config
by fractary
Load, validate, and resolve FABER configuration and workflows with inheritance support
faber-coordinator
by fractary
Coordinate FABER-DB operations within FABER workflow phases
faber-debugger
by fractary
Universal debugger skill that diagnoses workflow issues and proposes solutions using a persistent knowledge base
faber-director-legacy
by fractary
⚠️ DEPRECATED - Use faber-planner + faber-executor instead.This skill is preserved for reference only.See: SPEC-20251208-faber-two-phase-architectu...
faber-executor
by fractary
Executes FABER plans by spawning faber-manager agents. Simple and reliable.
faber-hooks
by fractary
Execute FABER phase hooks (pre/post phase boundaries)
faber-state
by fractary
Manage FABER workflow state (CRUD operations)
feedback-handler
by fractary
Handles FABER workflow feedback requests - posting to issues and tracking responses
file-config-wizard
by fractary
Interactive configuration wizard for the fractary-file plugin, guiding users through storage handler setup with validation
file-manager
by fractary
Routes file storage operations to appropriate handler skills based on configuration
frame
by fractary
FABER Phase 1 - Fetches work item, classifies work type, sets up environment, and initializes workflow context
gap-analyzer
by fractary
Identifies missing components and architectural gaps in project structure based on detected patterns
gather-requirements
by fractary
Gather requirements for creating agents, skills, commands, or plugins throughinteractive prompts and validation. Ensures all necessary information ...
generate-from-template
by fractary
Generates artifacts from templates by substituting {{VARIABLE}} placeholders with actual values.Uses template-engine.sh for deterministic variable ...
handler-db-prisma
by fractary
Prisma-specific database operations handler
handler-hosting-aws
by fractary
AWS hosting handler - centralized AWS operations including authentication, resource deployment,verification, and querying. Provides standard interf...
handler-http
by fractary
HTTP/HTTPS handler for external documentation fetching.Fetches content from web URLs with safety checks and metadata extraction.
handler-iac-terraform
by fractary
Terraform IaC handler - centralized Terraform operations including init, validate, plan, apply, anddestroy. Provides standard interface for Terrafo...
handler-source-control-bitbucket
by fractary
Bitbucket source control handler centralizing Git CLI and Bitbucket API operations with protected branch safety
handler-source-control-github
by fractary
GitHub source control handler centralizing Git CLI and GitHub API operations with protected branch safety
handler-source-control-gitlab
by fractary
GitLab source control handler centralizing Git CLI and GitLab API operations with protected branch safety
handler-storage-gcs
by fractary
Google Cloud Storage handler for fractary-file plugin
handler-storage-gdrive
by fractary
Google Drive storage handler for fractary-file plugin
handler-storage-local
by fractary
Local filesystem storage handler for fractary-file plugin
handler-storage-r2
by fractary
Cloudflare R2 storage handler for fractary-file plugin
handler-storage-s3
by fractary
AWS S3 storage handler for fractary-file plugin
handler-sync-github
by fractary
GitHub-specific sync mechanism - file copying, pattern matching, and safety checks
handler-work-tracker-github
by fractary
"[DEPRECATED] GitHub Issues handler - Use Fractary CLI instead"
handler-work-tracker-jira
by fractary
"[DEPRECATED] Jira Cloud handler - Use Fractary CLI instead"
handler-work-tracker-linear
by fractary
"[DEPRECATED] Linear handler - Use Fractary CLI instead"
health-checker
by fractary
Monitor database health and detect issues across environments
hybrid-agent-detector
by fractary
Detects hybrid agent anti-pattern where agents perform execution work directly instead of delegating to skills
infra-adoption
by fractary
Discover and adopt existing infrastructure - analyze Terraform structure, AWS profiles, and custom agentsto generate faber-cloud configuration and ...
infra-architect
by fractary
Design infrastructure solutions - analyze requirements, design cloud architecture, create comprehensivedesign documents with resource specification...
infra-auditor
by fractary
Audit infrastructure status, health, and compliance without modifications - provides observability and drift detection
infra-debugger
by fractary
Analyze infrastructure deployment errors - categorize error types (permission/config/resource/state), search issue log for historical solutions, ra...
infra-deployer
by fractary
Deploy infrastructure - execute Terraform apply to create/update AWS resources, verify deployment success,update resource registry with ARNs and co...
infra-engineer
by fractary
Generate Terraform infrastructure as code - read design documents and implement them as Terraformconfigurations including resources, variables, out...
infra-permission-manager
by fractary
Manage IAM permissions - grant missing permissions when deployments fail, maintain IAM audit trail,enforce profile separation, scope permissions to...
infra-previewer
by fractary
Preview infrastructure changes - run Terraform plan to show what resources will be created, modified, ordestroyed. Generate human-readable plan sum...
infra-previewer
by fractary
Preview infrastructure changes - run Terraform plan to show what resources will be created, modified, ordestroyed. Generate human-readable plan sum...
infra-teardown
by fractary
Safely destroy infrastructure with state backup and verification
infra-tester
by fractary
Test infrastructure configurations and deployments - security scanning withCheckov/tfsec, cost estimation analysis, pre-deployment validation, post...
infra-validator
by fractary
Validate infrastructure configuration - run Terraform validate, check syntax, verify resource configurations,validate security settings, and ensure...
issue-assigner
by fractary
Assign and unassign issues to users (CLI not yet available)
issue-classifier
by fractary
Classify work type from issue metadata (CLI not yet available)
issue-creator
by fractary
Create new issues in work tracking systems via Fractary CLI
issue-fetcher
by fractary
Fetch issue details from work tracking systems via Fractary CLI
issue-linker
by fractary
Create relationships between issues via comment references
issue-reviewer
by fractary
Automatically reviews code changes against issue/spec at evaluate phase start to ensure implementation completeness
issue-searcher
by fractary
Search and list issues via Fractary CLI
issue-updater
by fractary
Update issue title and description via Fractary CLI
label-manager
by fractary
Add, remove, and list labels on issues via Fractary CLI
log-analyzer
by fractary
Extracts patterns, errors, and insights from operational logs using type-specific analysis templates
log-archiver
by fractary
Archives completed logs to cloud storage with index management and cleanup
log-auditor
by fractary
Audit logs in project against fractary-logs best practices and generate actionable remediation specification
log-capturer
by fractary
Captures Claude Code conversation sessions in structured markdown format tied to work items with redaction
log-classifier
by fractary
Classifies logs by type (session, test, build) using path patterns and frontmatter analysis
log-director-skill
by fractary
Orchestrates multi-log workflows with parallel execution for batch operations across many logs
log-lister
by fractary
Lists and filters logs by type, status, date range, and work item with frontmatter parsing
log-manager-skill
by fractary
Orchestrates single-log sequential workflows by coordinating operation skills for individual logs
log-searcher
by fractary
Searches logs by content keywords, patterns, and filters with context extraction
log-summarizer
by fractary
Generates concise summaries of log content using type-specific summarization templates
log-validator
by fractary
Validates logs against type-specific schemas checking frontmatter, structure, and required fields
log-writer
by fractary
Creates or updates logs using type-specific templates with automatic validation and formatting
migration-deployer
by fractary
Deploy database migrations safely across environments
milestone-manager
by fractary
Manage milestones for release planning via Fractary CLI
ops-auditor
by fractary
Audit infrastructure for cost, security, and compliance - analyze currentspending patterns, identify cost optimization opportunities, scan for secu...
ops-investigator
by fractary
Investigate incidents and analyze logs - query CloudWatch logs with filters,correlate events across services, identify error patterns, generate inc...
ops-monitor
by fractary
Monitor deployed infrastructure health and performance - check resource status,query CloudWatch metrics (CPU, memory, requests, errors), analyze pe...
ops-responder
by fractary
Respond to incidents and apply remediations - restart services, scale resources,clear caches, update configurations, rollback deployments, apply fi...
org-syncer
by fractary
Sync all projects in an organization with codex repository (with parallel execution).Delegates to fractary CLI for organization-wide sync operations.
permission-manager
by fractary
Manages Claude Code permissions in .claude/settings.json for repo plugin operations
pr-manager
by fractary
Create, comment, review, approve, and merge pull requests with FABER metadata
project-analyzer
by fractary
Analyzes Claude Code project structure detecting architectural patterns and anti-patterns by executing detection scripts
project-syncer
by fractary
Sync a single project bidirectionally with codex core repository.Delegates to fractary CLI for sync operations.
release
by fractary
FABER Phase 5 - Creates pull request, deploys changes, updates documentation, and closes work item
repo-common
by fractary
Shared utilities and configuration management for repo plugin skills including validation and semantic formatting
repo-config-wizard
by fractary
Interactive setup wizard for configuring the Fractary Repo Plugin
repo-discoverer
by fractary
Discover repositories in an organization for sync operations
response-validator
by fractary
Validates skill responses against the standard FABER response format schema
run-manager
by fractary
Manage FABER workflow run lifecycle - create, query, resume, rerun runs
safety-validator
by fractary
Validate operations for production safety and detect destructive changes
script-extractor
by fractary
Detects inline logic anti-pattern in prompts and identifies opportunities to extract deterministic operations to scripts
spec-archiver
by fractary
Archives completed specifications to cloud storage with index management, GitHub commenting, and local cleanup
spec-generator
by fractary
Generates implementation specifications from conversation context optionally enriched with GitHub issue data
spec-initializer
by fractary
Initialize spec plugin configuration
spec-linker
by fractary
Creates and maintains bidirectional links between specifications and GitHub issues/PRs via comments
spec-refiner
by fractary
Critically reviews specifications, generates clarifying questions and improvement suggestions, and applies refinements based on user feedback
spec-validator
by fractary
Validates implementations against specifications by checking requirements coverage, acceptance criteria, and documentation updates
state-manager
by fractary
Manage issue lifecycle states (close, reopen, update state) via Fractary CLI
status-line-manager
by fractary
Installs and configures custom status line functionality in Claude Code projects with proper plugin root variable usage
status-syncer
by fractary
Forces refresh of status cache and displays comprehensive repository status to trigger statusLine update
tag-manager
by fractary
Create and push semantic version tags with GPG signing support
target-matcher
by fractary
Matches targets against configured patterns for work-ID-free planning
validate-artifact
by fractary
Validates generated artifacts against Fractary plugin standards using automated validators.Checks XML markup, frontmatter, naming conventions, and ...
work-common
by fractary
Common utilities for work plugin operations
work-initializer
by fractary
Interactive setup wizard for work plugin configuration (CLI not yet available)
workflow-designer
by fractary
Designs and generates workflow components following Manager-as-Agent pattern with architectural compliance
workflow-event-emitter
by fractary
Emits structured workflow events for cross-project visibility and downstream consumption
workflow-validator
by fractary
Validates generated workflow components for compliance with Manager-as-Agent principle and correct architectural patterns
worktree-manager
by fractary
Create and manage Git worktrees for parallel development workflows
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.