All authors
masharratt avatar

Claude Skills by masharratt

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

**Version:** 1.0.0 **Purpose:** Estimate task complexity and predict iteration requirements for CFN v3

securitybashapi
0
14
IntegrationA

set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" DB_PATH="${SCRIPT_DIR}/../cfn-memory-persistence/task_intelligence.db" LOG_FILE="${SCRIPT_DIR}/task_intelligence.log" init_database() { mkdir -p "$(dirname "$DB_PATH")" sqlite3 "$DB_PATH" <<EOF CREATE TABLE IF NOT EXISTS task_classifications ( id INTEGER PRIMARY KEY AUTOINCREMENT, task_hash TEXT UNIQUE, description TEXT, category TEXT, subcategories TEXT, recommended_agents TEXT, confidence REAL, created_at DATETIME ...

databasesgobash
0
14
SpecialistA

Dynamically add specialist agents to existing Loop 3 team based on recurring feedback themes. - Preserve existing team composition - Add specialists without removing current agents - Match specialist to specific feedback themes - Security Specialist - Performance Engineer - Testing Expert - Architecture Consultant - Domain-Specific Experts ```bash ./recommend-specialist.sh \ --current-loop3 "backend-dev,coder" \ --feedback-themes "security,authentication,jwt" \ --r

ai-agentsbashtesting
0
14
Cfn Task PlanningA

Classify tasks, initialize structured configs with scope boundaries, decompose complex tasks

developmentgoapi
0
14
Cfn Test FrameworkA

Test execution, running, and webapp testing for CFN

businesstesting
0
14
RunnerA

**Version:** 1.0.0 **Status:** Production **Purpose:** Unified test execution with benchmarking and regression detection ---

testingbashsql
0
14
WebappB

**Version:** 1.0.0 **Purpose:** Visual regression testing with screenshot capture, comparison, and baseline management **Integration:** Playwright + SQLite + Redis coordination ---

developmentgobash
0
14
Cfn Transparency MiddlewareA

Agent interaction capture, logging, and analysis with memory tracking and security (Rust implementation). Use when you need to capture and analyze agent interactions, track tool usage and performance metrics, query execution history, or export audit trails for compliance.

testing-securityrustgo
0
14
Cfn UtilitiesA

Reusable bash utility functions for CFN Loop - logging, error handling, retry, file operations. Use when you need structured logging, atomic file operations, retry logic with exponential backoff, or standardized error handling in bash scripts.

developmenttypescriptgo
0
14
Cfn Validation FrameworkA

./execute.sh validate-json --file deliverables.json --schema schema.json ./execute.sh calculate-deliverable-confidence --deliverables ./artifacts/ ./execute.sh run-instrumented --command "npm test" --output-dir ./test-results/

development
0
14
TemplatesA

**Version:** 1.0.0 **Purpose:** Domain-specific validation criteria for CFN Loop v3

testingbashdevops
0
14
Cfn Vision AnalysisA

do { implement → screenshot → analyze_image → video → analyze_video → score } while (score < 85%)

development
0
14
DocsA

**Audit Date:** 2025-12-08 **Auditor:** Code Review Agent **Skill Version:** 1.0.0 **Skill Location:** `.claude/skills/cfn-sprint-execution/`

documentationgotesting
0
14