Agent skill

cook-parallel

(ePost) Parallel implementation for multi-module features

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cook-parallel-klara-copilot-epost-agent-kit

Metadata

Additional technical details for this skill

connections
{
    "extends": [
        "cook"
    ],
    "conflicts": [
        "cook-fast"
    ]
}
argument hint
[multi-module feature description]

SKILL.md

Cook Parallel

Parallel implementation — split multi-module features across independent subsystems.

$ARGUMENTS

IMPORTANT: Analyze the skills catalog and activate the skills that are needed for the task.

Process

  1. Analyze — identify independent modules/subsystems in the feature
  2. Split — create task groups that can be implemented in parallel
  3. Implement — execute each group with separate agents simultaneously
  4. Integrate — connect the independently built modules
  5. Test — run integration tests across modules

Quality Gates

  1. Type Check: No compilation errors across all modules
  2. Test Execution: All unit + integration tests pass
  3. Coverage Gate: 80%+ coverage (node .github/scripts/check-coverage.cjs)
  4. Security Scan: No secrets detected (node .github/scripts/scan-secrets.cjs)

Rules

  • Always write tests for new code
  • Module interfaces must be clearly defined before parallel work
  • Integration tests required after combining modules

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results