Directory

Discover and filter AI agent skills. 27,776 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 1945-1968 of 27,776Page 82 of 1158

cfn-vote-implement

14
from masharratt/claude-flow-novice

MUST BE USED after cfn-dry-review or cfn-alpha-launch:manifest produces a manifest. Also the verification phase of /cfn-loop-task. Do not manually implement code review suggestions - always route through this skill. 3-agent specialized voting. Unanimous (3/3) auto-implemented with TDD. 2/3 routed to product-owner agent. 1/3 surfaced to user via AskUserQuestion (batched 4 per call, at end).

cfn-utilities

14
from masharratt/claude-flow-novice

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.

CFN Test Runner Skill

14
from masharratt/claude-flow-novice

**Version:** 1.0.0

cfn-test-framework

14
from masharratt/claude-flow-novice

Test execution, running, and webapp testing for CFN

cfn-task-planning

14
from masharratt/claude-flow-novice

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

Specialist Injection Skill

14
from masharratt/claude-flow-novice

## Purpose

!/bin/bash

14
from masharratt/claude-flow-novice

# cfn-task-intelligence.sh

Task Complexity Estimator

14
from masharratt/claude-flow-novice

**Version:** 1.0.0

task-classifier

14
from masharratt/claude-flow-novice

Analyzes task descriptions and classifies them into categories for agent selection

cfn-task-intelligence

14
from masharratt/claude-flow-novice

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

Sprint Planner Skill

14
from masharratt/claude-flow-novice

## Purpose

Sprint Execution Skill

14
from masharratt/claude-flow-novice

## Purpose

CFN Wave Checkpoint Skill

14
from masharratt/claude-flow-novice

## Overview

cfn-sprint-execution

14
from masharratt/claude-flow-novice

Sprint planning, execution, and checkpointing for CFN Loop

cfn-spec

14
from masharratt/claude-flow-novice

SPARC Specification phase. Generate testable acceptance criteria, enumerate edge cases, define pre/post conditions and invariants BEFORE planning implementation. Use when starting any non-trivial task to lock intent and surface ambiguity early.

cfn-spa-plan

14
from masharratt/claude-flow-novice

SPARC orchestrator. Auto-chains Specification, Pseudocode, and Architecture phases (cfn-spec + cfn-pseudo + cfn-arch) to produce a complete SPA artifact bundle BEFORE /write-plan or plan mode. Use as the entry point for non-trivial work to lock intent and catch edge cases early.

CFN Skill Loader

14
from masharratt/claude-flow-novice

**Version:** 1.0.0

Skill Builder

14
from masharratt/claude-flow-novice

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

cfn-skill-management

14
from masharratt/claude-flow-novice

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

cfn-provider-routing

14
from masharratt/claude-flow-novice

No description provided.

cfn-hybrid-routing

14
from masharratt/claude-flow-novice

Adaptive routing strategies for distributed systems with multi-channel communication

cfn-routing-config

14
from masharratt/claude-flow-novice

Provider routing and hybrid configuration for CFN

cfn-retro

14
from masharratt/claude-flow-novice

MUST BE USED at end of each week to review velocity, identify hotspot files, and surface workflow bottlenecks. Weekly retrospective from git history. Analyzes velocity, session patterns, file hotspots, commit types, and streaks.

cfn-pseudo

14
from masharratt/claude-flow-novice

SPARC Pseudocode phase. Trace algorithm logic, enumerate branches, identify failure paths, and verify branch coverage BEFORE writing real code. Use after cfn-spec to catch logical gaps before implementation.