Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
jdforsythe
Profil créateur GitHub

jdforsythe

Vue par dépôt de 33 skills collectés dans 4 dépôts GitHub.

skills collectés
33
dépôts
4
mis à jour
2026-07-03
explorateur de dépôts

Dépôts et skills représentatifs

defer-finding
Développeurs de logiciels

Given a single out-of-scope or P3 finding id from docs/findings.json, file a GitHub issue for future resolution, dedup against existing open issues, append to docs/issues-filed.json, and label with deferred-from-loop. Refuses P1 findings. Operates on exactly one finding per invocation.

2026-05-02
slice-refactor
Développeurs de logiciels

Optional post-green cleanup of a slice's implementation. Fires when the slice's test suite is green after slice-impl completes. Reads the slice definition and test files; modifies only implementation files. Tests must be green before starting and must remain green throughout. Aborts and reverts if any refactor step breaks a test. Skipped when the green implementation already reads cleanly.

2026-05-02
tracer-test
Analystes en assurance qualité des logiciels et testeurs

Write exactly ONE failing test targeting a slice's first acceptance criterion. Fires when a slice is ready and no passing test yet covers the first criterion. Never writes implementation. Refuses to run if a passing test already covers the criterion.

2026-05-02
slice-impl
Développeurs de logiciels

Write the minimum implementation to pass the failing tracer test for a slice. Fires when a failing tracer test exists for the slice. Reads the slice (including out_of_scope) and the failing test before writing anything. Refuses to add features listed in out_of_scope. Refuses to modify the test.

2026-05-02
resolve-finding
Développeurs de logiciels

Given a single finding id from docs/findings.json, apply a triage-approved fix to the relevant slice, re-run the slice's tests, and record the resolution result. Refuses to act on findings where in_scope is false. Aborts and reports if tests fail after the fix. Operates on exactly one finding per invocation.

2026-05-02
harvest
Développeurs de logiciels

On workflow exit, read the workflow trace and substrate indexes lazily, identify real signal (recurring deferral, novel ADR, new anti-pattern, reusable solution, new vocabulary term), and write 0–4 substrate entries via substrate-write. Refuses to write when nothing meaningful surfaced. On a failed-gate workflow, writes the rejection reason as an anti-pattern or ADR. Invoke when a workflow is about to exit.

2026-05-02
consolidate
Développeurs de logiciels

Run weekly substrate maintenance: promote recurring anti-patterns to reviewer entries, merge overlapping ADRs with supersession, mark stale solutions and superseded ADRs, and retag scope globs for moved files. All writes go through substrate-write (append-only). Invoke on cadence (weekly) or when substrate signal degrades.

2026-05-02
decompose
Spécialistes en gestion de projets

Derive the slice execution DAG from an approved plan. Fires when docs/plans/<workflow_id>.md exists and has been approved. Two phases: (a) mechanical file-overlap edges — derived from touched_paths intersections, no LLM reasoning; (b) agent-added semantic edges with reason fields. Extends the plan doc in place; stores the updated slice YAML in a fenced block.

2026-05-02
Affichage des 8 principaux skills collectés sur 16 dans ce dépôt.
winston-wolfe
Développeurs de logiciels

The wolfe-pack loop-closer: consumes human-approved `wolfe:queued` issues, claims each unit with `wolfe:fixing`, writes a failing test FIRST, drives the fix to a green verify run, and opens ONE ready-for-review PR that closes the issue — then stops short of merge, always. Reads all repo bindings from ./WOLFE.md at runtime and operates only at autonomy 3. Invoke as /winston-wolfe [--issue=N] [--max-group=N] [--dry-run]. Do NOT use for hunting findings of any kind (every hunter's job — bugs, security, docs, test-gaps, a11y, i18n, perf, tech-debt, arch, infra each owns its own scan), for triage decisions (humans apply `wolfe:queued`; the fixer never decides what is worth fixing), or for merging (humans merge — the fixer never merges, approves, or enables auto-merge).

2026-06-15
wolfe-init
Développeurs de logiciels

The wolfe-pack init interview: explores the repository, detects the stack, runs a verification trial, asks the few questions detection can't answer, presents a complete reviewable plan, and — only after explicit approval — scaffolds the bot crew, the WOLFE.md index, forged specialists, labels, and (optionally) the GitHub Actions backend. Also runs in reconcile mode on already-initialized repos. Never writes a file or changes any state before the plan is approved.

2026-06-15
wolfe-a11y
Analystes en assurance qualité des logiciels et testeurs

Autonomous accessibility auditor for the wolfe-pack crew: hunts WCAG-checkable defects in detected frontend code — missing alt text and accessible names, broken semantics (clickable divs), keyboard inaccessibility, missing document language, focus traps, and unassociated form labels — in one scoped area per run, verifies every finding with an automated accessibility check that fails before the fix and passes after, and files gated issues or draft PRs. Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-a11y [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for visual design or color-palette aesthetics (no bot owns those — discard), copy tone or wording (no bot owns that either), non-UI code (wolfe-bugs, wolfe-security, and others), UI performance (wolfe-perf), or localization defects (wolfe-i18n).

2026-06-09
wolfe-arch
Développeurs de logiciels

Autonomous architecture-decision steward for the wolfe-pack crew: surfaces decision-grade changes that nobody recorded, catches code that violates an Accepted ADR, and flags decisions whose premises have eroded — one scoped area per run. Operates in FULL MODE when an ADR directory exists and LITE MODE when none does. Code findings are file-only; the one exception is purely additive Proposed-ADR scaffold PRs a human must still accept. Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-arch [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for runtime/logic bugs or races (wolfe-bugs), security vulnerabilities or authz (wolfe-security), documentation drift in prose (wolfe-docs), refactors/duplication/dead code (wolfe-tech-debt), performance wins (wolfe-perf), or Dockerfile/CI/IaC posture (wolfe-infra).

2026-06-09
wolfe-bugs
Analystes en assurance qualité des logiciels et testeurs

Autonomous bug hunter for the wolfe-pack crew: hunts runtime/logic errors, race conditions, unhandled failures, and data-integrity risks in one scoped area per run, verifies every finding with a failing reproducer test before anything ships, and files gated issues or draft PRs. Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-bugs [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for style/lint cleanup (out of scope entirely), refactoring (wolfe-tech-debt), performance tuning (wolfe-perf), documentation drift (wolfe-docs), or security audits (wolfe-security).

2026-06-09
wolfe-docs
Développeurs de logiciels

Autonomous documentation steward AND self-healing loop for the wolfe-pack crew: hunts documentation drift (broken links and anchors, commands that no longer exist, wrong ports and env names, retired references, README↔manifest script drift) and writes grounded prose fixes in one scoped area per run, then maintains the pack's own machinery — it is the SOLE maintainer of WOLFE.md and the only bot allowed to write the index. Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-docs [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for runtime/logic bugs (wolfe-bugs's job), security vulnerabilities (wolfe-security's job), missing or weak tests (wolfe-test-gaps's job), refactors and dead-code removal (wolfe-tech-debt's job), architecture decisions or ADR bodies (wolfe-arch's job), or style/lint cleanup (out of scope entirely).

2026-06-09
wolfe-i18n
Développeurs de logiciels

Autonomous internationalization auditor for the wolfe-pack crew: hunts key parity gaps across locale files, keys referenced in code but missing from locales (runtime breakage), dead keys, and ICU/interpolation argument mismatches between locales in one scoped area per run, verifies every finding by turning a failing key-resolution or argument-parity check green before anything ships, and files gated issues or draft PRs. Hardcoded user-facing strings are issue-only (extraction changes rendering paths — humans decide). Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-i18n [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for translation quality or wording (no bot owns that — discard); deciding what SHOULD be localized (a human product decision); locale-aware formatting opinions absent a concrete defect; accessibility/UI semantics (wolfe-a11y); runtime/logic bugs (wolfe-bugs); or security of locale loaders (wolfe-security).

2026-06-09
wolfe-infra
Administrateurs de réseaux et de systèmes informatiques

Autonomous infrastructure auditor for the wolfe-pack crew: audits container build files, CI workflow definitions, IaC modules, and orchestration manifests for correctness and security posture — unpinned images and actions, privileged containers, plaintext secrets in env blocks, curl-pipe-shell, missing resource limits, and workflow-injection patterns — in one scoped area per run. Every finding is reproduced by the repo's detected validator before it ships; this bot is FILE-ONLY (a wrong infra change takes down deploys, so humans gate every fix) and NEVER deploys, applies, or runs anything. Reads all repo bindings from ./WOLFE.md at runtime. Invoke as /wolfe-infra [area] [--since=Nd] [--dry-run] [--scope=diff:<ref>]. Do NOT use for application code bugs (wolfe-bugs's job), application-level vulns/injection/secret values (wolfe-security's job — infra owns posture, never secret VALUES or rotation), performance tuning or cloud cost opinions (wolfe-perf's job), refactors or dead code (wolfe-tech-debt's job), archi

2026-06-09
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
agent-creator
Autres occupations informatiques

Creates structured agent definitions using the 7-component format grounded in persona science (the alignment-accuracy tradeoff), vocabulary routing, and the MAST failure taxonomy + Forge watchlist. Produces agents with real-world job titles, expert domain vocabulary payloads (15-30 terms), explicit deliverables, decision boundaries, imperative SOPs, and named anti-pattern watchlists. Use this skill when the user wants to create an agent, define a role, build a persona, or needs a specialized AI assistant for a specific domain. Also triggers when Mission Planner delegates agent creation for team roles. Works for any domain — software, marketing, security, operations, design, writing, research, and more. Do NOT use for creating skills (use Skill Creator) or team composition (use Mission Planner).

2026-07-03
librarian
Autres occupations informatiques

Reviews, curates, and maintains the Forge library of agents, skills, and templates. Performs deduplication analysis, staleness detection, quality promotion, and orphan reference checking. Produces structured review reports with actionable recommendations for merging, archiving, or promoting library items. Use this skill when the user wants to review the library, clean up agents or skills, check what's available, find duplicates, trim unused items, see library statistics, or says "what's in my library?" Also triggers on scheduled review intervals or when the library grows beyond 20 items. Do NOT use for creating new agents (use Agent Creator), creating skills (use Skill Creator), or planning teams (use Mission Planner).

2026-07-03
mission-planner
Spécialistes en gestion de projets

Decomposes goals into team blueprints using evidence-based scaling laws, topology selection, and role design. Determines whether a goal needs a single agent or a coordinated team (3-4 agents recommended, 5 max), selects the optimal communication topology (sequential pipeline, parallel-independent, centralized coordinator, hierarchical), and produces structured blueprints with artifact chains and quality gates. Use this skill when the user wants to build something, plan a project, assemble a team, figure out what roles they need, break down a complex goal, or asks "how should I approach [X]?" — even if they don't mention agents or teams. Also triggers on specific domains: "build a SaaS," "marketing campaign," "security audit," "write a book," "launch a product." Do NOT use for simple single-step tasks, direct coding questions, or file operations that need no planning.

2026-07-03
skill-creator
Autres occupations informatiques

Creates high-quality Claude Code and Cowork skills using evidence-based principles: expert vocabulary payloads for knowledge routing, dual-register descriptions for reliable triggering, named anti-pattern watchlists for steering past the distribution center, and progressive disclosure architecture for context efficiency. Produces SKILL.md files with structured behavioral instructions, canonical examples, and bundled references. Use this skill when the user wants to create a skill, build a custom capability, make a reusable prompt template, or says "I want Claude to always do X." Also triggers when Mission Planner or Agent Creator need to create a domain skill JIT. Works for any domain. Do NOT use for creating agent definitions (use Agent Creator) or team composition (use Mission Planner).

2026-07-03
4 dépôts affichés sur 4
Tous les dépôts sont affichés
jdforsythe Agent Skills | SkillsMP