Agentic Skills by fractary
spec-updater
by fractaryUpdates specification files with implementation progress - marks phases complete, checks off tasks, adds notes
agent-chain-analyzer
by fractaryDetects and analyzes agent chain anti-patterns where agents invoke other agents sequentially causing massive context load
architect
by fractaryFABER Phase 2 - Designs solution approach and generates implementation specification from requirements
architecture-validator
by fractaryValidates project architecture against Fractary standards and best practices for Manager-as-Agent patterns
archive-workflow
by fractaryArchives completed FABER workflow state and artifacts to cloud storage for historical tracking and analysis
branch-pusher
by fractaryPush branches to remote repository with safety checks and force-with-lease support
build
by fractaryFABER Phase 3 - Implements solution from specification with autonomous execution and deep planning
cache-clear
by fractaryClear cache entries based on filters (all, expired, pattern).Delegates to fractary CLI for safe cache operations with dry-run support.
cache-health
by fractaryPerforms comprehensive diagnostics on the codex cache system, detects issues, and can fix them automatically with repair operations.Delegates to fract...
cache-list
by fractaryList cache entries with filtering, sorting, and freshness status.Delegates to fractary CLI for actual cache operations.
cache-metrics
by fractaryAnalyzes the codex cache and generates comprehensive statistics about cache performance, storage usage, and health status.Delegates to fractary CLI fo...
cleanup-manager
by fractaryList and delete stale branches with safety checks for merged and inactive branches
cloud-common
by fractaryShared utilities for faber-cloud plugin - configuration loading, pattern resolution, auto-discovery
comment-creator
by fractaryPost comments to issues via Fractary CLI with optional FABER context tracking
config-helper
by fractaryDetects, validates, and migrates codex configuration formats (JSON → YAML).Provides deprecation warnings and migration guidance.
config-migrator
by fractaryMigrates codex configuration files from v2.0 push-based sync to v3.0 pull-based retrieval format with automatic backups
file-config-wizard
by fractaryInteractive configuration wizard for the fractary-file plugin, guiding users through storage handler setup with validation
context-optimizer
by fractaryAggregates context optimization opportunities and calculates total potential savings from architectural improvements
conversion-spec-generator
by fractaryGenerates detailed actionable conversion specifications from audit results for architectural migration
core
by fractaryCore utilities for FABER workflow management - config loading, state management, status cards
doc-auditor
by fractaryAudit documentation against fractary-docs standards and generate actionable remediation specification
doc-classifier
by fractaryAuto-detects document type from file path or content with confidence scoring, trying path-based detection first then content analysis
doc-consistency-checker
by fractaryDetects when high-level project documentation is stale based on code/config changes and generates update suggestions
doc-lister
by fractaryLists and filters documentation files by type, status, tags, and date range with frontmatter parsing
doc-validator
by fractaryValidates documentation against type-specific rules and schemas loaded dynamically, checking frontmatter, structure, content, and schema compliance
doc-writer
by fractaryCreates or updates documentation in a type-agnostic manner by dynamically loading type-specific context at runtime
docs-director-skill
by fractaryHandles multi-document operations with pattern matching and parallel execution, delegating to docs-manager-skill for each matched document
docs-manager-skill
by fractaryOrchestrates complete single-document workflows with automatic validation and indexing in a write→validate→index pipeline
document-fetcher
by fractaryFetch documents from codex knowledge base with cache-first strategy.Delegates to fractary CLI for actual retrieval operations.
evaluate
by fractaryFABER Phase 4 - Tests and reviews implementation, looping back to build phase if issues found
faber-config
by fractaryLoad, validate, and resolve FABER configuration and workflows with inheritance support
faber-debugger
by fractaryUniversal 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-architecture....
faber-executor
by fractaryExecutes FABER plans by spawning faber-manager agents. Simple and reliable.
feedback-handler
by fractaryHandles FABER workflow feedback requests - posting to issues and tracking responses
file-config-wizard
by fractaryInteractive configuration wizard for the fractary-file plugin, guiding users through storage handler setup with validation
file-manager
by fractaryRoutes file storage operations to appropriate handler skills based on configuration
frame
by fractaryFABER Phase 1 - Fetches work item, classifies work type, sets up environment, and initializes workflow context
gap-analyzer
by fractaryIdentifies missing components and architectural gaps in project structure based on detected patterns
gather-requirements
by fractaryGather requirements for creating agents, skills, commands, or plugins throughinteractive prompts and validation. Ensures all necessary information is ...
generate-from-template
by fractaryGenerates artifacts from templates by substituting {{VARIABLE}} placeholders with actual values.Uses template-engine.sh for deterministic variable sub...
handler-hosting-aws
by fractaryAWS hosting handler - centralized AWS operations including authentication, resource deployment,verification, and querying. Provides standard interface...
handler-http
by fractaryHTTP/HTTPS handler for external documentation fetching.Fetches content from web URLs with safety checks and metadata extraction.
handler-iac-terraform
by fractaryTerraform IaC handler - centralized Terraform operations including init, validate, plan, apply, anddestroy. Provides standard interface for Terraform-...
handler-source-control-bitbucket
by fractaryBitbucket source control handler centralizing Git CLI and Bitbucket API operations with protected branch safety
handler-source-control-github
by fractaryGitHub source control handler centralizing Git CLI and GitHub API operations with protected branch safety
handler-source-control-gitlab
by fractaryGitLab source control handler centralizing Git CLI and GitLab API operations with protected branch safety
handler-sync-github
by fractaryGitHub-specific sync mechanism - file copying, pattern matching, and safety checks
handler-work-tracker-github
by fractary"[DEPRECATED] GitHub Issues handler - Use Fractary CLI instead"
hybrid-agent-detector
by fractaryDetects hybrid agent anti-pattern where agents perform execution work directly instead of delegating to skills
infra-adoption
by fractaryDiscover and adopt existing infrastructure - analyze Terraform structure, AWS profiles, and custom agentsto generate faber-cloud configuration and mig...
infra-architect
by fractaryDesign infrastructure solutions - analyze requirements, design cloud architecture, create comprehensivedesign documents with resource specifications, ...
infra-auditor
by fractaryAudit infrastructure status, health, and compliance without modifications - provides observability and drift detection
infra-debugger
by fractaryAnalyze infrastructure deployment errors - categorize error types (permission/config/resource/state), search issue log for historical solutions, ranks...
infra-deployer
by fractaryDeploy infrastructure - execute Terraform apply to create/update AWS resources, verify deployment success,update resource registry with ARNs and conso...
infra-engineer
by fractaryGenerate Terraform infrastructure as code - read design documents and implement them as Terraformconfigurations including resources, variables, output...
infra-permission-manager
by fractaryManage IAM permissions - grant missing permissions when deployments fail, maintain IAM audit trail,enforce profile separation, scope permissions to en...
infra-previewer
by fractaryPreview infrastructure changes - run Terraform plan to show what resources will be created, modified, ordestroyed. Generate human-readable plan summar...
infra-previewer
by fractaryPreview infrastructure changes - run Terraform plan to show what resources will be created, modified, ordestroyed. Generate human-readable plan summar...
infra-tester
by fractaryTest infrastructure configurations and deployments - security scanning withCheckov/tfsec, cost estimation analysis, pre-deployment validation, post-de...
infra-validator
by fractaryValidate infrastructure configuration - run Terraform validate, check syntax, verify resource configurations,validate security settings, and ensure co...
issue-reviewer
by fractaryAutomatically reviews code changes against issue/spec at evaluate phase start to ensure implementation completeness
log-analyzer
by fractaryExtracts patterns, errors, and insights from operational logs using type-specific analysis templates
log-auditor
by fractaryAudit logs in project against fractary-logs best practices and generate actionable remediation specification
log-capturer
by fractaryCaptures Claude Code conversation sessions in structured markdown format tied to work items with redaction
log-classifier
by fractaryClassifies logs by type (session, test, build) using path patterns and frontmatter analysis
log-director-skill
by fractaryOrchestrates multi-log workflows with parallel execution for batch operations across many logs
log-lister
by fractaryLists and filters logs by type, status, date range, and work item with frontmatter parsing
log-manager-skill
by fractaryOrchestrates single-log sequential workflows by coordinating operation skills for individual logs
log-searcher
by fractarySearches logs by content keywords, patterns, and filters with context extraction
log-summarizer
by fractaryGenerates concise summaries of log content using type-specific summarization templates
log-validator
by fractaryValidates logs against type-specific schemas checking frontmatter, structure, and required fields
log-writer
by fractaryCreates or updates logs using type-specific templates with automatic validation and formatting
ops-auditor
by fractaryAudit infrastructure for cost, security, and compliance - analyze currentspending patterns, identify cost optimization opportunities, scan for securit...
ops-investigator
by fractaryInvestigate incidents and analyze logs - query CloudWatch logs with filters,correlate events across services, identify error patterns, generate incide...
ops-monitor
by fractaryMonitor deployed infrastructure health and performance - check resource status,query CloudWatch metrics (CPU, memory, requests, errors), analyze perfo...
ops-responder
by fractaryRespond to incidents and apply remediations - restart services, scale resources,clear caches, update configurations, rollback deployments, apply fixes...
org-syncer
by fractarySync all projects in an organization with codex repository (with parallel execution).Delegates to fractary CLI for organization-wide sync operations.
permission-manager
by fractaryManages Claude Code permissions in .claude/settings.json for repo plugin operations
project-analyzer
by fractaryAnalyzes Claude Code project structure detecting architectural patterns and anti-patterns by executing detection scripts
project-syncer
by fractarySync a single project bidirectionally with codex core repository.Delegates to fractary CLI for sync operations.
release
by fractaryFABER Phase 5 - Creates pull request, deploys changes, updates documentation, and closes work item
repo-common
by fractaryShared utilities and configuration management for repo plugin skills including validation and semantic formatting
response-validator
by fractaryValidates skill responses against the standard FABER response format schema
script-extractor
by fractaryDetects inline logic anti-pattern in prompts and identifies opportunities to extract deterministic operations to scripts
spec-archiver
by fractaryArchives completed specifications to cloud storage with index management, GitHub commenting, and local cleanup
spec-generator
by fractaryGenerates implementation specifications from conversation context optionally enriched with GitHub issue data
spec-linker
by fractaryCreates and maintains bidirectional links between specifications and GitHub issues/PRs via comments
spec-refiner
by fractaryCritically reviews specifications, generates clarifying questions and improvement suggestions, and applies refinements based on user feedback
spec-validator
by fractaryValidates implementations against specifications by checking requirements coverage, acceptance criteria, and documentation updates
state-manager
by fractaryManage issue lifecycle states (close, reopen, update state) via Fractary CLI
status-line-manager
by fractaryInstalls and configures custom status line functionality in Claude Code projects with proper plugin root variable usage
status-syncer
by fractaryForces refresh of status cache and displays comprehensive repository status to trigger statusLine update
validate-artifact
by fractaryValidates generated artifacts against Fractary plugin standards using automated validators.Checks XML markup, frontmatter, naming conventions, and str...
work-initializer
by fractaryInteractive setup wizard for work plugin configuration (CLI not yet available)
workflow-designer
by fractaryDesigns and generates workflow components following Manager-as-Agent pattern with architectural compliance
workflow-event-emitter
by fractaryEmits structured workflow events for cross-project visibility and downstream consumption
workflow-validator
by fractaryValidates generated workflow components for compliance with Manager-as-Agent principle and correct architectural patterns
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.