Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-flow-novice

يحتوي claude-flow-novice على 95 من skills المجمعة من masharratt، مع تغطية مهنية على مستوى المستودع وصفحات 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
عرض أهم 40 من أصل 95 skills مجمعة في هذا المستودع.