Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-flow-novice

claude-flow-novice 收录了来自 masharratt 的 95 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
95
Stars
14
更新
2026-07-26
Forks
2
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cfn-megaplan
软件开发工程师

Tiered planning orchestrator. Runs the full SPARC+ pipeline (research, spec, decide, pseudo, data, arch, ux, design, test, ops) as a parallel DAG, scaled by build stage (mvp/beta/enterprise) via inclusion profiles. Enforces two gates: every success criterion is executable (verifiable-done) and every step is unambiguous (haiku-executable). Use as the entry point for any non-trivial build instead of cfn-spa-plan.

2026-07-26
cfn-plan-review
软件开发工程师

Post-planning completeness review. Extracts assumptions, traces dependencies, analyzes blast radius, checks alpha-readiness, surfaces gaps before implementation. Use after writing any plan that touches data, APIs, or shared state.

2026-07-26
cfn-spec
软件开发工程师

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

2026-07-26
cfn-test-plan
软件质量保证分析师与测试员

Test-strategy phase of cfn-megaplan. Designs test depth properly: fixtures/test-data, the unit/integration/contract/e2e/load split, mocking strategy, and non-functional tests, instead of lumping everything into a vague red phase. Feeds Bar A (verifiable-done): every acceptance criterion becomes a concrete runnable check. Use after cfn-spec, cfn-arch, and (if frontend) cfn-ux.

2026-07-26
cfn-edit-safety
软件开发工程师

Pre-edit backup + post-edit validation for safe file edits. Use to capture file state before edits, validate changes after edits, revert files to prior state, or ensure edit safety via auto backup/validation hooks.

2026-07-26
cfn-redis-data-extraction
软件开发工程师

Extract complete Redis coordination data from completed CFN Loop tasks and structure into comprehensive JSON analysis files

2026-07-25
cfn-cerebras-coordinator
软件开发工程师

Coordinates FAST code generation via Z.ai glm-4.6 with CodeSearch pattern learning. Use when agents need rapid test generation, bulk code creation, or repetitive boilerplate. Tracks successful prompts for continuous improvement. Ideal for high-volume, low-complexity code tasks.

2026-07-25
cfn-cerebras-mcp
软件开发工程师

FAST code generation via mcp__cerebras-mcp__write tool using Z.ai glm-4.6. Use for rapid test generation, boilerplate creation, and bulk code tasks in main chat. Prompt must be SHORTER than output. Ideal for tests, CRUD, migrations, and repetitive patterns.

2026-07-25
cfn-cerebras-code-generator
软件开发工程师

FAST code generation via Z.ai glm-4.6 model. Use for rapid test generation, boilerplate code, repetitive patterns, and bulk file creation. Ideal when speed matters more than nuance. Do NOT use for complex architectural decisions or security-critical code.

2026-07-25
cfn-docker-runtime
网络与计算机系统管理员

Docker container orchestration for CFN Loop - spawning, coordination, logging, wave execution. Use when running CFN Loop agents in Docker containers, executing waves of parallel agents, coordinating containerized agents via Redis, or managing Docker-based agent lifecycle.

2026-07-25
google-sheets-api-coordinator
软件开发工程师

Manages Google Sheets API calls with rate limiting and quota enforcement

2026-07-25
google-sheets-formula-builder
软件开发工程师

Constructs and validates Google Sheets formulas from templates with syntax checking

2026-07-25
google-sheets-progress
软件开发工程师

Tracks micro-sprint completion state and progress for Google Sheets operations

2026-07-25
google-sheets-validation
软件开发工程师

Validates data integrity and state consistency between Google Sheets operation sprints

2026-07-25
cfn-agent-selector
其他计算机职业

Agent selection based on task classification with fallback support

2026-07-25
cfn-agent-spawning
其他计算机职业

Agent process spawning with provider configuration and execution

2026-07-25
cfn-agent-lifecycle
其他计算机职业

Unified agent management selection through completion: spawn, execute, process output. Use when selecting agents for tasks, spawning agents with dependency validation, processing agent outputs, or tracking agent lifecycle events with audit trails.

2026-07-25
agent-template-generator
软件开发工程师

Generates new agent profiles with consistent structure, automatic validation pattern injection, and test-driven protocols

2026-07-25
agent-validation-linter
软件质量保证分析师与测试员

Enforces validation pattern compliance across all agent profiles with automated detection and fixing

2026-07-25
cfn-agent-tooling
软件开发工程师

Agent dev tools: template generation, profile validation. Use when creating new agent templates from scaffolding, or validating/linting existing agent profiles for correctness and completeness.

2026-07-25
cfn-alpha-launch
软件开发工程师

MUST BE USED before any alpha or production release. Do not deploy without passing this check. Alpha readiness analysis plus fix execution: scores 8 readiness areas in parallel, delegates fixes to cfn-parallel-execute. Use when preparing to ship.

2026-07-25
cfn-alpha-launch-v2
软件开发工程师

Group-based alpha readiness analysis. Use when analyzing all features in one priority group (CRITICAL/HIGH/MEDIUM/LOW) at once; generates consolidated fix lists, marks group complete when done.

2026-07-25
cfn-canary
网络与计算机系统管理员

MUST BE USED within 10 minutes of any production deployment. Post-deploy health monitoring: polls a URL for 10 minutes checking errors, performance regressions, availability.

2026-07-25
cfn-careful
软件开发工程师

PreToolUse hook. Warns before destructive bash commands (rm -rf, DROP TABLE, git push --force, etc). Activates via /careful. Whitelists safe deletions (node_modules, .next, dist).

2026-07-25
codesearch-code-search
软件开发工程师

MANDATORY: Query CodeSearch BEFORE using grep, glob, find, or search. 400x faster semantic/structural code search via SQL on indexed codebase. Use to find functions, classes, patterns, callers, implementations. Agents MUST query CodeSearch first; grep only allowed after CodeSearch returns zero results.

2026-07-25
cfn-compilation-error-fixer
软件开发工程师

Two-phase Rust/TypeScript compilation error fixer: Cerebras LLM bulk processing + agent cleanup. Use when you have 20+ compilation errors needing fast bulk reduction, or errors are mostly mechanical (type mismatches, missing imports, syntax).

2026-07-25
cfn-config
软件开发工程师

Config management and environment sanitization. Use when managing config files, validating env vars, sanitizing sensitive data, or updating system settings across CFN Loop components.

2026-07-25
conversation-sync
软件开发工程师

Sync conversation history from .codex/sessions to .claude.json for context preservation. Use when copying/syncing conversations, importing sessions, or backing up conversation context.

2026-07-25
cfn-dependency-ingestion
软件开发工程师

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

2026-07-25
cfn-dependency-management
软件开发工程师

Task dependency extraction and context ingestion. Use to parse task criteria, identify dependencies, generate execution order, or inject context for complex multi-step tasks.

2026-07-25
cfn-deployment
软件开发工程师

Automated skill deployment pipeline for CFN Loop integration

2026-07-25
cfn-promotion
软件开发工程师

Skill Promotion Workflow - Atomic promotion from staging to production

2026-07-25
cfn-deployment-lifecycle
软件开发工程师

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

2026-07-25
cfn-dry-review
软件质量保证分析师与测试员

MUST BE USED before merging any PR that adds 3+ new functions or 50+ lines. Run after implementation. Reviews code for DRY violations, modularity, resumable pipeline opportunities. Outputs JSON manifest for cfn-vote-implement.

2026-07-25
cfn-epic-creator
其他计算机职业

DEPRECATED. Use cfn-epic-creator-v2 (adds AISP formal contracts, prevents type drift). For full tiered planning use cfn-megaplan. v1 kept for the simpler single-domain prose-epic flow only.

2026-07-25
cfn-epic-creator-v2
软件开发工程师

Hybrid AISP epic creation: formal API contracts plus natural language content. Use when epic needs AISP (AI Symbolic Protocol) type definitions and agent binding contracts alongside human-readable descriptions.

2026-07-25
cfn-epic-parser
软件开发工程师

Convert markdown epic documents into structured JSON configs for MDAP or CFN Loop execution. Use when parsing epic documents, validating epic structure, or generating execution configs from planning docs.

2026-07-25
cfn-error-management
软件开发工程师

Error handling, batching, logging for CFN Loop. Use to capture agent errors, batch errors for processing, log structured error data, or categorize/recover from agent failures.

2026-07-25
cfn-intervention-system
软件开发工程师

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

2026-07-25
cfn-investigate
软件开发工程师

Root-cause debugging: 5-phase protocol, 3-strike escalation, scope lock. Enforces investigation before fixes. Use when diagnosing bugs, system failures, or unexpected behavior.

2026-07-25
当前展示该仓库 Top 40 / 95 个已收集 skills。