Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

claude-workflow

claude-workflow contiene 9 skills recopiladas de agenticapps-eu, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
9
Stars
2
actualizado
2026-07-06
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

setup-agenticapps-workflow
Desarrolladores de software

Bootstrap a fresh project with the AgenticApps Superpowers + GSD + gstack workflow by installing the LATEST snapshot directly — no migration replay. Lays down the current end-state project artifacts (the workflow skill, CLAUDE.md sections, hooks, settings, planning config, version stamp) in one shot. Use when the user runs "/setup-agenticapps-workflow", "set up the workflow", "install agenticapps workflow", or "scaffold this project". Idempotent — refuses to re-run on a project that already has `.claude/skills/agentic-apps-workflow/` and routes to `/update-agenticapps-workflow` instead. Fail-closed on an unverified snapshot: refuses to install until the drift guard (`check-snapshot-parity.sh`) passes, so a raw/stale seed can never be laid down silently.

2026-07-06
agentic-apps-workflow
Desarrolladores de software

Enforces the spec-first development workflow using Superpowers + GSD + gstack for any AgenticApps project. This skill MUST activate whenever Claude is asked to implement, build, code, fix, refactor, or design anything in the current project — regardless of whether the user explicitly mentions the workflow. Triggers on: "let's work on [issue]", "implement the [feature]", "build the [component]", "fix the [bug]", any task involving writing or changing code, creating architecture, or making technical decisions. The skill ensures every piece of work follows the Superpowers + GSD + gstack discipline and produces traceable decision artefacts. Use this even when the user just says "start working" or references a Linear issue number.

2026-07-06
ts-declare-first
Desarrolladores de software

Declare-first TypeScript discipline for new modules in TS-primary AgenticApps projects, per workflow-core spec §13. When invoked on a new TS module, produces three ATOMIC commits in order: Phase 1 — declaration: a `declare`-only type-surface file (`<name>.declare.ts`). No implementation bodies, no expression initialisers, no executable code. Type- checks clean against `tsc --noEmit`. Phase 2 — tests: test files that import and exercise the declared surface. Tests MUST be observable as failing in the expected way at this commit (declarations exist, implementations don't). The expected-failure runner output is §06 evidence. Phase 3 — implementation: signatures match the declaration exactly. Tests now pass; commit captures the transition. The skill REFUSES to bundle Phase 1 and Phase 3 into a single commit. The three-commit atomicity is the structural evidence that the discipline was followed; coll

2026-05-21
agentic-apps-workflow
Desarrolladores de software

synthetic test fixture for migration 0009 — before-fresh

2026-05-14
agentic-apps-workflow
Analistas de garantía de calidad de software y probadores

synthetic test fixture for migration 0009 — before-inlined-customised

2026-05-14
agentic-apps-workflow
Analistas de garantía de calidad de software y probadores

synthetic test fixture for migration 0009 — before-inlined-pristine

2026-05-14
agentic-apps-workflow
Analistas de garantía de calidad de software y probadores

synthetic test fixture for migration 0009 — after-idempotent

2026-05-13
agentic-apps-workflow
Analistas de garantía de calidad de software y probadores

synthetic test fixture for migration 0009 — after-vendored

2026-05-13
update-agenticapps-workflow
Administradores de redes y sistemas informáticos

Upgrade an existing AgenticApps project's workflow skill to the latest version by applying pending migrations from the claude-workflow repo's migrations/ directory. Use when the user runs "/update-agenticapps-workflow", "upgrade workflow", or after pulling a new claude-workflow release. Handles version detection, migration discovery, pre-flight skill installs, per-step diff preview + confirm, idempotent reapplication, and rollback on failure. Supports --dry-run, --migration N, and --from V flags.

2026-05-13