Skip to main content
Run any Skill in Manus
with one click
GitHub repository

dotfiles.vorpal

dotfiles.vorpal contains 57 collected skills from ALT-F4-LLC, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
57
Stars
18
updated
2026-07-11
Forks
2
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

brief
project-management-specialists

Turn a freeform work request into a standardized brief block that team-lead's Pre-flight HARD GATE consumes — collapsing goal verification to a single confirm. Parses the request, derives every brief field it can support, asks ONE batched AskUserQuestion round only for genuinely underdetermined fields, then emits the block verbatim and stops. Standalone operator-intake aid; writes no files, spawns nothing. Trigger: "brief", "create brief", "standardize this request".

2026-07-11
evolve-agents
computer-occupations-all-other

Evolve agent definitions in agents/*.md via multi-agent self-review. Phase 0 includes a per-agent historical audit of recent Claude Code transcripts, history, agent memory, and stall signals (TeammateIdle, -r2 respawns, shutdown-rejection). Trigger: "evolve agents", "improve agents", "grow the team", "refine agents".

2026-07-11
evolve-coherence
computer-occupations-all-other

Audit coherence between agents/*.md and the skill ecosystem (skills/* + .claude/skills/*) across four dimensions, emit a Coherence Report + Remediation Manifest, and ROUTE fixes to evolve-agents/evolve-skills. REPORT-AND-ROUTE ONLY: despite the evolve- prefix it NEVER edits any agent/skill file and NEVER self-invokes the evolve-* skills. Run as a post-edit gate after standalone evolve-agents/evolve-skills edits (evolve-suite runs it automatically). Trigger: "evolve coherence", "audit coherence", "check agent/skill coherence", "cross-reference audit".

2026-07-11
evolve-config
software-developers

Review and improve the Claude Code configuration defined in the repo's Rust builders (src/user.rs, src/user/claude_code.rs) and related scripts via multi-agent self-review. Phase 0 includes a historical audit of recent Claude Code transcripts, history, and agent memory plus a git-history audit of the config sources. Evolves the config SOURCE (Rust builders), NOT live settings.json — for a one-off settings.json/permission/env edit use the bundled update-config skill (/config). Trigger: "evolve config", "improve config", "review config", "refine config sources".

2026-07-11
evolve-model-distribution
computer-occupations-all-other

Full team-spawning evolve-* orchestrator that collects LOCAL per-spawn + REMOTE aggregate Claude Code model metrics, categorizes every spawn into a task-tier → model-tier taxonomy, and applies evidence-grounded, operator-gated model-routing edits to team-lead.md. Trigger: "evolve model distribution", "improve model routing", "model distribution", "audit model tiers".

2026-07-11
evolve-skills
computer-occupations-all-other

Review and improve skill definitions via parallel @staff-engineer agents. Evaluates 8 dimensions, enforces Content Gate and byte budget. Phase 0 includes a per-skill historical audit of recent Claude Code transcripts, history, and agent memory. Trigger: "evolve skills", "improve skills", "refine skills".

2026-07-11
adr
software-developers

Author a single Architecture Decision Record at docs/adr/{NNNN}-{slug}.md. Loaded into the calling agent's context; the agent drafts the ADR per the format authority below. Trigger: "create ADR", "record this decision", "draft an architecture decision record", "log architectural decision".

2026-07-11
code-review-verdict
software-quality-assurance-analysts-and-testers

Conduct a code review on a scoped artifact (PR, branch, uncommitted, staged, or files). Loaded into the calling agent's context; the calling agent applies the role-appropriate playbook — @staff-engineer runs the 6-dimension general review, @security-engineer runs the security-dimension review. The format authority for both roles' output lives here. NOT the bundled /code-review skill (which can edit the working tree via --fix); this project skill was renamed away from "code-review" to avoid that collision. Emits a structured verdict into the calling agent's context only — it does NOT post to the PR; to post findings as inline PR comments in the operator's voice use Skill(review-and-comment). Trigger: "code review", "review this PR", "review the diff", "security review of changes".

2026-07-11
prd
project-management-specialists

Author a single Product Requirements Document at docs/spec/{slug}.md. Loaded into the calling agent's context; the agent drafts the PRD per the format authority below. Trigger: "create PRD", "draft PRD", "write a product requirements document", "decompose this into a spec under docs/spec/", "write up requirements for", "scope this feature".

2026-07-11
simplify-scout
software-developers

Scan code at a flexible <scope> and emit a REPORT-ONLY set of simplification / refactor opportunities, each grounded in one of the 12 code-philosophy principles in ~/.claude/agents/senior-engineer.md (repo: src/user/claude-code/agents/senior-engineer.md) (no new rubric). Idiomatic clarity first — fewer lines is the side effect, never the goal. Self-service scout for @senior-engineer; writes no files and applies no edits. NOT a formal review verdict (that is Skill(code-review-verdict)). Trigger: "simplify scout", "scout for simplifications", "find refactor opportunities", "scan for cleanup".

2026-07-11
tdd
software-developers

Author a single Technical Design Document at docs/tdd/{slug}.md. Loaded into the calling agent's context; the agent drafts the TDD per the format authority below. Trigger: "create TDD", "draft TDD", "produce a technical design document", "write the design for {feature}".

2026-07-11
team-doctrine
computer-occupations-all-other

Read-on-demand reference home for team-wide doctrine relocated out of team-lead.md's system prompt — Runtime Discipline (R1-R7), Truth-First Debugging, Docs-Path Taxonomy, the Vorpal-managed tool inventory, Deep Collaboration mechanics, the recurring-pitfalls memory convention, the Shutdown Protocol (SP-1/SP-2), the Communication-Discipline rule-numbering convention, the Design-Complete Gate (per-pattern artifact/acceptance table, Design-source grammar), and the Fable-distilled completeness / Monitor-for-Orchestration watch-pattern heuristics. This is a reference index, NOT an invocable workflow — do not `Skill(team-doctrine)`. Read the specific `references/*.md` file a `CANONICAL:*-LOCAL` pointer in an agent file cites; there is no trigger phrase that should load this into context speculatively.

2026-07-11
ux-spec
web-and-digital-interface-designers

Author a single UX design spec at docs/ux/{slug}.md. Loaded into the calling agent's context; the agent drafts the spec per the format authority below. Trigger: "create UX spec", "draft UX spec", "author design spec", "design spec for the new CLI", "produce a design spec", "create UX design".

2026-07-11
verify-ac
software-quality-assurance-analysts-and-testers

Verify a Docket issue's acceptance criteria against the implementation diff (static, evidence-based — NOT runtime app-behavior verification) and emit a structured verification report. Loaded into the calling agent's context; the calling agent (`@sdet`) drives verification, the skill enforces the format authority — verdict ladder, required sections, validation rules. No file written; the report is emitted into the agent's context. Trigger: "verify acceptance criteria", "verify Docket issue", "produce verification report" — NOT app/PR runtime checks (that is the bundled runtime `verify` skill, the name this skill was renamed away from to avoid collision).

2026-07-11
vote
computer-occupations-all-other

Multi-agent consensus voting protocol. Standalone: spawns reviewers. Team: delegates to orchestrator. Computes weighted quorum via docket. Use for decisions needing structured validation. Trigger: "create vote", "vote on this", "consensus vote", "run a vote".

2026-07-11
design-review
web-and-digital-interface-designers

Conduct a peer design review on a UX spec, draft design, or user-facing surface and emit a structured review report across six UX dimensions. Loaded into the calling agent's context; the calling agent (`@ux-designer`) drives the review, the skill enforces the format authority — six dimensions, severity ladder, recommendation ladder, required sections, validation rules. No file written; the report is emitted into the agent's context. Invoke BEFORE implementation (spec/draft review). For post-implementation verification use Skill(design-qa). Trigger: "design review", "review UX spec", "peer design review", "review this design".

2026-07-10
init-specs
software-developers

One-time bootstrap of docs/spec/ — spawns @staff-engineer agents in parallel to generate project specification files. Re-invocation prompts before overwriting existing specs; ongoing maintenance is handled by @staff-engineer during TDD/review work, not by this skill. Trigger on: "create specs", "generate specs", "bootstrap project specs", "create project specifications".

2026-07-10
team-doctrine
computer-occupations-all-other

Read-on-demand reference home for team-wide doctrine relocated out of team-lead.md's system prompt — Runtime Discipline (R1-R7), Truth-First Debugging, Docs-Path Taxonomy, the Vorpal-managed tool inventory, Deep Collaboration mechanics, the recurring-pitfalls memory convention, the Shutdown Protocol (SP-1/SP-2), and the Communication-Discipline rule-numbering convention. This is a reference index, NOT an invocable workflow — do not `skill({ name: "team-doctrine" })`. Read the specific `references/*.md` file a `CANONICAL:*-LOCAL` pointer in an agent file cites; there is no trigger phrase that should load this into context speculatively.

2026-07-09
evolve-agents
computer-occupations-all-other

Evolve agent definitions in agents/*.md via multi-agent self-review. Phase 0 includes a per-agent historical audit of recent Opencode SQLite telemetry, stats, agent memory, and unresolved dispatch signals. Trigger: "evolve agents", "improve agents", "grow the team", "refine agents".

2026-07-09
evolve-coherence
software-developers

Audit coherence between agents/*.md and the Opencode skill ecosystem (.opencode/skills/*) across four dimensions, return a Coherence Report + Remediation Manifest to the caller/orchestrator, and ROUTE fixes to evolve-agents/evolve-skills. REPORT-AND-ROUTE ONLY: despite the evolve- prefix it NEVER edits any agent/skill file and NEVER self-invokes the evolve-* skills. Run as a post-edit gate after standalone evolve-agents/evolve-skills edits (evolve-suite runs it automatically). Trigger: "evolve coherence", "audit coherence", "check agent/skill coherence", "cross-reference audit".

2026-07-09
evolve-config
software-developers

Review and improve the the legacy runtime configuration defined in the repo's Rust builders (src/user.rs, src/user/opencode.rs) via multi-agent self-review. Phase 0 includes a historical audit of recent Opencode SQLite telemetry, stats, and agent memory plus a git-history audit of the config sources. Trigger: "evolve config", "improve config", "review config", "refine the legacy runtime settings".

2026-07-09
evolve-model-distribution
software-developers

Full one-shot subagent-dispatch evolve-* orchestrator that collects Opencode SQLite/stats model telemetry, categorizes every spawn into a task-tier → model-tier taxonomy, and applies evidence-grounded, operator-gated model-routing edits to team-lead.md. Trigger: "evolve model distribution", "improve model routing", "model distribution", "audit model tiers".

2026-07-09
evolve-skills
software-developers

Review and improve skill definitions via parallel @staff-engineer agents. Evaluates 8 dimensions, enforces Content Gate and byte budget. Phase 0 includes a per-skill historical audit of recent Opencode SQLite telemetry, stats, and agent memory. Trigger: "evolve skills", "improve skills", "refine skills".

2026-07-09
brief
project-management-specialists

Turn a freeform work request into a standardized brief block that team-lead's Pre-flight HARD GATE consumes — collapsing goal verification to a single confirm. Parses the request, derives every brief field it can support, asks ONE batched `question` round only for genuinely underdetermined fields, then emits the block verbatim and stops. Standalone operator-intake aid; writes no files, spawns nothing. Trigger: "brief", "create brief", "standardize this request".

2026-07-08
vote
software-developers

Multi-agent consensus voting protocol. Standalone: spawns reviewers. Team: delegates to orchestrator. Computes weighted quorum via docket. Use for decisions needing structured validation. Trigger: "create vote", "vote on this", "consensus vote", "run a vote".

2026-07-08
adr
software-developers

Author a single Architecture Decision Record at docs/tdd/adr/{NNNN}-{slug}.md. Loaded into the calling agent's context; the agent drafts the ADR per the format authority below. Trigger: "create ADR", "record this decision", "draft an architecture decision record", "log architectural decision".

2026-07-07
code-review-verdict
software-quality-assurance-analysts-and-testers

Conduct a code review on a scoped artifact (PR, branch, uncommitted, staged, or files). Loaded into the calling agent's context; the calling agent applies the role-appropriate playbook — @staff-engineer runs the 6-dimension general review, @security-engineer runs the security-dimension review. The format authority for both roles' output lives here. NOT the bundled /code-review skill (which can edit the working tree via --fix); this project skill was renamed away from "code-review" to avoid that collision. Trigger: "code review", "review this PR", "review the diff", "security review of changes".

2026-07-07
design-qa
web-and-digital-interface-designers

Post-implementation QA of a shipped user-facing surface against its `docs/ux/` spec; emits a structured QA report. Driven by `@ux-designer`; format authority for verdict/severity/sections. Invoke after the spec is implemented (not for spec review — that's `design-review`). Trigger: "design QA", "run design QA", "verify implementation against UX spec", "QA the shipped UX".

2026-07-07
design-review
web-and-digital-interface-designers

Conduct a peer design review on a UX spec, draft design, or user-facing surface and emit a structured review report across six UX dimensions. Loaded into the calling agent's context; the calling agent (`@ux-designer`) drives the review, the skill enforces the format authority — six dimensions, severity ladder, recommendation ladder, required sections, validation rules. No file written; the report is emitted into the agent's context. Invoke BEFORE implementation (spec/draft review). For post-implementation verification use Skill(design-qa). Trigger: "design review", "review UX spec", "peer design review", "review this design".

2026-07-07
init-specs
software-developers

One-time bootstrap of docs/spec/ — spawns @staff-engineer agents in parallel to generate project specification files. Re-invocation prompts before overwriting existing specs; ongoing maintenance is handled by @staff-engineer during TDD/review work, not by this skill. Trigger on: "create specs", "generate specs", "bootstrap project specs", "create project specifications".

2026-07-07
prd
project-management-specialists

Author a single Product Requirements Document at docs/spec/{slug}.md. Loaded into the calling agent's context; the agent drafts the PRD per the format authority below. Trigger: "create PRD", "draft PRD", "write a product requirements document", "decompose this into a spec under docs/spec/", "write up requirements for", "scope this feature".

2026-07-07
tdd
software-developers

Author a single Technical Design Document at docs/tdd/{slug}.md. Loaded into the calling agent's context; the agent drafts the TDD per the format authority below. Trigger: "create TDD", "draft TDD", "produce a technical design document", "write the design for {feature}".

2026-07-07
ux-spec
web-and-digital-interface-designers

Author a single UX design spec at docs/ux/{slug}.md. Loaded into the calling agent's context; the agent drafts the spec per the format authority below. Trigger: "create UX spec", "draft UX spec", "author design spec", "design spec for the new CLI", "produce a design spec", "create UX design".

2026-07-07
verify-ac
software-quality-assurance-analysts-and-testers

Verify a Docket issue's acceptance criteria against the implementation diff (static, evidence-based — NOT runtime app-behavior verification) and emit a structured verification report. Loaded into the calling agent's context; the calling agent (`@sdet`) drives verification, the skill enforces the format authority — verdict ladder, required sections, validation rules. No file written; the report is emitted into the agent's context. Trigger: "verify acceptance criteria", "verify Docket issue", "produce verification report" — NOT app/PR runtime checks (that is the bundled runtime `verify` skill, the name this skill was renamed away from to avoid collision).

2026-07-07
review-and-comment
software-quality-assurance-analysts-and-testers

Review a pull request across security and general-correctness lenses, then post each finding as an individual single-line inline comment on the PR — written in the operator's voice, under the operator's GitHub account, after per-item approval. Self-contained leaf skill: the calling agent runs the whole flow end-to-end; it does NOT spawn a team. Trigger: "review and comment", "review this PR and post comments", "inline review of a PR", "post my review comments on <PR>".

2026-07-07
simplify-scout
software-developers

Scan code at a flexible <scope> and emit a REPORT-ONLY set of simplification / refactor opportunities, each grounded in one of the 12 code-philosophy principles in ~/.config/opencode/agents/senior-engineer.md (repo: src/user/opencode/agents/senior-engineer.md) (no new rubric). Idiomatic clarity first — fewer lines is the side effect, never the goal. Self-service scout for @senior-engineer; writes no files and applies no edits. NOT a formal review verdict (that is Skill(code-review-verdict)). Trigger: "simplify scout", "scout for simplifications", "find refactor opportunities", "scan for cleanup".

2026-07-07
evolve-coherence
computer-occupations-all-other

Audit coherence between Codex agent/persona sources and the skill ecosystem (.codex/skills/* + src/user/codex/skills/*) across four dimensions, emit a Coherence Report + Remediation Manifest, and ROUTE fixes to evolve-agents/evolve-skills for Codex source targets or operator review for project-local .codex/skills findings. REPORT-AND-ROUTE ONLY: despite the evolve- prefix it NEVER edits any agent/skill file and NEVER self-invokes the evolve-* skills. Run as a post-edit gate after standalone evolve-agents/evolve-skills edits (evolve-suite runs it automatically). Trigger: "evolve coherence", "audit coherence", "check agent/skill coherence", "cross-reference audit".

2026-07-06
adr
software-developers

Author a single Architecture Decision Record at docs/tdd/adr/{NNNN}-{slug}.md. Loaded into the calling agent's context; the agent drafts the ADR per the format authority below. Trigger: "create ADR", "record this decision", "draft an architecture decision record", "log architectural decision"

2026-07-06
brief
project-management-specialists

Intake-only: turn a freeform work request into a standardized brief block for team-lead's Pre-flight HARD GATE; never execute, implement, fix, or edit the requested work. Derives supported fields, asks ONE batched AskUserQuestion round only for routing-relevant unknowns, then emits the block and stops. Trigger: "brief", "create brief", "standardize this request", "intake brief".

2026-07-06
code-review-verdict
software-quality-assurance-analysts-and-testers

Conduct a code review on a scoped artifact (PR, branch, uncommitted, staged, or files). Loaded into the calling agent's context; the calling agent applies the role-appropriate playbook — @staff-engineer runs the 6-dimension general review, @security-engineer runs the security-dimension review. The format authority for both roles' output lives here. NOT the bundled /code-review skill (which can edit the working tree via --fix); this project skill was renamed away from "code-review" to avoid that collision. Trigger: "code review", "review this PR", "review the diff", "security review of changes".

2026-07-05
Showing top 40 of 57 collected skills in this repository.