All authors
masharratt avatar

Claude Skills by masharratt

github.com/masharratt
113 skillsA× 107B× 60 installs45 views
IngestionA

Unified atomic ingestion of CFN dependency manifests (trigger-dev, cli-mode, shared)

documentationtypescriptgo
0
14
Cfn Deployment LifecycleA

Skill deployment and promotion lifecycle management. Use when transitioning skills from APPROVED to DEPLOYED status, or promoting skills from staging to production with SLA enforcement.

databases
0
14
DeploymentA

Automated skill deployment pipeline for CFN Loop integration

databasestypescriptbash
0
14
PromotionA

Skill Promotion Workflow - Atomic promotion from staging to production

devopstypescriptbash
0
14
Cfn Edit SafetyA

Pre-edit backup and post-edit validation for safe file modifications. Use when you need to capture file state before edits, validate changes after modifications, revert files to previous state, or ensure edit safety with automatic backup and validation hooks.

tools
0
14
BackupA

Creates and manages file backups before edit operations in agent workflows.

documentationtypescriptbash
0
14
Cfn Epic Creator V2A

Hybrid AISP epic creation with formal API contracts and natural language user content. Uses AISP (AI Symbolic Protocol) for type definitions and agent binding contracts while preserving human-readable descriptions.

developmenttypescriptrust
0
14
Cfn Epic CreatorA

Creates comprehensive epic definitions with sequential reviews from 10 key personas. Use when you need to analyze requirements from multiple perspectives and generate structured epic documentation with cost estimates and risk assessments.

developmenttypescriptrust
0
14
Cfn Epic ParserA

Converts natural language epic documents from markdown into structured JSON configurations for MDAP or CFN Loop execution. Use when you need to parse epic documents, validate epic structure, or generate execution configurations from planning documents.

testing-securitygobash
0
14
Cfn Error ManagementA

Unified error handling, batching, and logging for CFN Loop. Use when you need to capture agent errors, batch multiple errors for processing, log structured error data, or categorize and recover from agent failures.

developmenttypescriptgo
0
14
Cfn Expert UpdateA

Update CFN system expert agent with relevant git commits and project changes

toolsgoshell
0
14
Cfn Intervention SystemA

Human intervention detection and orchestration for CFN Loop. Use when automated processes need human oversight, when escalation is required, or when managing intervention workflows and approval gates.

tools
0
14
DetectorA

Detect problematic patterns in agent performance during CFN Loop iterations that may require intervention. 1. **Confidence Plateau**: - Minimal confidence improvement over multiple iterations - Threshold: Δ < 0.05 for 2+ consecutive iterations 2. **Recurring Feedback**: - Same feedback theme repeated 3+ times - Indicates underlying issue not being addressed 3. **Deliverables Stuck**: - No new files created in 2+ consecutive iterations - Configurable thresholds

testingbashperformance
0
14
OrchestratorA

Coordinate and execute intervention strategies during CFN Loop execution. 1. Agent Swap 2. Specialist Injection 3. Scope Simplification 1. Receive intervention trigger 2. Analyze current loop context 3. Select appropriate intervention strategy 4. Generate actionable recommendations 5. Prepare configuration for next iteration ```bash ./execute-intervention.sh \ --trigger "confidence_plateau" \ --iteration 3 \ --loop3-agents "backend-dev,coder" \ --feedback-themes

developmentbashbackend
0
14
Cfn Knowledge BaseA

Organizational learning from CFN Loop execution - workflow codification and playbooks. Use when you need to store successful patterns, query past learnings, track edge cases and failures, or retrieve agent configurations and iteration strategies from previous tasks.

toolsgobash
0
14
PlaybookA

**Version:** 1.0.0 **Purpose:** Store and query successful CFN Loop patterns for continuous improvement

databasesgobash
0
14
WorkflowA

The Workflow Codification skill provides edge case tracking and cost tracking capabilities for CFN skills. It captures execution failures, detects patterns, generates update proposals, and calculates ROI metrics.

databasesbashsql
0
14
Cfn Loop Orchestration V2A

CFN Loop coordination and orchestration - gate checks, validation, consensus, coordination patterns. Use when orchestrating multi-agent workflows, managing iteration cycles, or coordinating Loop 2/Loop 3 dependencies.

tools
0
14
DecisionA

Strategic decision-making for CFN Loop progression with robust parsing. Use when evaluating validator consensus and determining PROCEED/ITERATE/ABORT outcomes.

testingtypescriptgo
0
14
OutputA

Type-safe output processing for Loop 2 validators and Loop 3 implementers. Use when parsing agent confidence scores, feedback, or calculating consensus from multiple validators.

code-qualitytypescriptgo
0
14
ValidationA

Multi-layer validation and quality gates for CFN Loop workflows. Use when implementing gate checks, consensus validation, or enforcing clean agent exit patterns.

toolstypescriptgo
0
14
Cfn Mdap Context InjectionA

Outputs portions of CFN MDAP codebase grouped by functional area for debugging. Provides immediate context without reading entire codebase. 1. Docker mode failures → --docker flag 2. CLI mode issues → --cli flag 3. Orchestration deadlocks → --cfn-loop flag 4. Full MDAP workflow → --all flag 1. Need few files → Use Read directly 2. Runtime logs → Use docker logs 3. Documentation → Check docs/ first 4. Token budget critical → Start with --coordinator Basic: bash inject.sh --docker Advanced: bas...

toolsbashdocker
0
14
Cfn Mdap Error FixerA

cd .claude/skills/cfn-mdap-error-fixer/lib/fixer npm install cd /path/to/your/rust-project export CEREBRAS_API_KEY="your-key" npx tsx /path/to/.claude/skills/cfn-mdap-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts npx tsx cerebras-gated-fixer-v2.ts --project=/path/to/rust-project export RUST_PROJECT_PATH=/path/to/rust-project npx tsx cerebras-gated-fixer-v2.ts

toolsrustapi
0
14
Cfn Memory PersistenceA

Data persistence for CFN Loop - SQLite storage, Redis coordination, automatic memory persistence

databasessqldatabase
0
14
RedisA

Redis-based agent coordination with pub/sub and waiting mode

developmenttypescriptbash
0
14
SqliteB

This skill provides secure SQLite memory access with a 5-level Access Control List (ACL) system, integrating with Redis for session management and caching. The implementation includes encrypted query patterns, TTL-based expiration, comprehensive test coverage, and a CLI wrapper for agent-accessible memory operations.

databasestypescriptbash
0
14
Cfn OperationsA

File and log operations for CFN

business
0
14
FileA

Centralized file locking and atomic write operations for bash scripts. **Part of Task 4.2: Centralized File Locking & Atomic Operations**

developmenttypescriptbash
0
14
LogA

**Specialization**: Distributed logging, log aggregation, and monitoring **Part of**: Task 4.4 Distributed Logging Standardization

devopsgobash
0
14
Cfn Parameterized QueriesA

Secure SQL query execution with parameterized queries to prevent SQL injection attacks. Use when executing database queries, inserting/updating records, or performing any SQL operations that require security hardening.

databasesbashsql
0
14
Cfn PlanningA

Epic decomposition, coordinator planning, and scope management. Use when breaking down epics into sprints and tasks, coordinating multi-coordinator workflows, or simplifying and managing project scope boundaries.

tools
0
14
CoordinatorA

**Purpose:** Systematic planning and validation for parallel multi-coordinator execution workflows. **Usage:** ```bash ./.claude/skills/cfn-multi-coordinator-planning/plan-multi-coordinator-work.sh [zone-config-file] ```

testingbashtesting
0
14
EpicA

Break down large epics into manageable, sequenced sprints with clear dependencies and scope boundaries.

testinggobash
0
14
ScopeA

Reduce and focus project scope when agents are consistently stuck or unable to make progress. 1. Identify critical deliverables 2. Defer non-essential components 3. Create minimal, achievable goals 4. Provide focused context injection - Analyze unfinished deliverables - Select 1-2 most critical items - Generate focused, achievable context - Defer remaining deliverables to future iterations ```bash ./simplify-scope.sh \ --original-deliverables "file1.ts,file2.ts,file3.ts"

developmentgobash
0
14
Cfn Process ManagementA

Process instrumentation and lifecycle management

business
0
14
LifecycleA

Provides comprehensive process management capabilities for system-wide process orchestration. - Process start/stop/restart - System-wide process monitoring - Dependency-aware process management - Health and metrics tracking - Redis-based status updates - Event-driven process state changes - Minimal token consumption - Configurable via `config.json` - Supports dynamic process definitions - Zero-downtime process management - `redis-coordination` - `cfn-loop-validation`

devopssecurityperformance
0
14
Cfn Project ManagementA

Backlog and changelog management for CFN projects

documentationdocumentation
0
14
BacklogA

Systematically capture and track backlogged items during CFN sprints to prevent work from being forgotten. Provides centralized documentation of deferred tasks with context, rationale, and proposed solutions. During CFN Loop execution, agents frequently identify improvements, optimizations, or edge cases that should be addressed but are out of scope for the current sprint. Without systematic capture, these items are lost in chat history or forgotten entirely. - **During CFN sprints** w

devopsgobash
0
14
ChangelogA

Systematically track implementation changes with sparse, structured entries appended to project changelog. Enables quick visibility into what changed, when, and why without verbose commit-style messages.

documentationgobash
0
14
Cfn Routing ConfigA

Provider routing and hybrid configuration for CFN

toolsapi
0
14
ProviderA

**Status:** Production Ready | **Category:** Provider Integration | **Complexity:** Low

developmentgobash
0
14
Cfn Session HandoffA

Task("handoff-coordinator", prompt with session context)

development
0
14
Cfn Skill ManagementA

Skill loading, propagation, and building for CFN. Use when dynamically discovering and loading skills, deploying skills across environments, or creating new skill scaffolding.

devops
0
14
LoaderA

**Version:** 1.0.0 **Status:** Active **Namespace:** cfn **Priority:** 10 (Bootstrap)

databasestypescriptbash
0
14
Cfn Sprint ExecutionA

Sprint planning, execution, and checkpointing for CFN Loop

tools
0
14
CheckpointA

Wave checkpoint mechanism provides crash recovery, orphan container detection, and automated resumption capabilities for CFN Docker orchestration. Enables orchestrators to survive process failures and resume wave execution without losing work or leaving orphaned containers. ``` execute_waves() ├── spawn_wave(task_id, wave_num) │ └── save_checkpoint(task_id, wave_num, container_ids, ...) ├── monitor_wave(task_id, wave_num) │ └── CRASH: Container/process dies

devopsbashdocker
0
14
ExecutionA

Provide a focused wrapper for executing individual sprints within a multi-sprint epic.

business
0
14
PlanningA

Generate detailed sprint plans with focused context injection, ensuring clear scope boundaries and dependencies.

developmentbash
0
14
Cfn Task DecompositionA

./decompose-task.sh --task-id=ts-errors --description="Fix all TypeScript errors in the codebase" --tool-budget=12 --complexity=high

developmenttypescript
0
14
Cfn Task IntelligenceA

Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes

developmenttestingdebugging
0
14