Skip to main content
GitHub repository

rust-supervisor

rust-supervisor contains 38 collected skills from developerworks, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
38
Stars
11
updated
2026-06-02
Forks
1
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

bmad-advanced-elicitation
project-management-specialists

Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.

2026-06-02
bmad-agent-architect
software-developers

System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.

2026-06-02
bmad-agent-dev
software-developers

Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.

2026-06-02
bmad-brainstorming
project-management-specialists

Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.

2026-06-02
bmad-code-review
software-quality-assurance-analysts-and-testers

Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"

2026-06-02
bmad-create-epics-and-stories
project-management-specialists

Break requirements into epics and user stories. Use when the user says "create the epics and stories list"

2026-06-02
bmad-create-story
project-management-specialists

Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"

2026-06-02
bmad-investigate
software-developers

Forensic case investigation with evidence-graded findings, calibrated to the input. Use when the user asks to investigate a bug, trace what caused an incident, walk through unfamiliar code, or build a mental model of a code area before working on it.

2026-06-02
bmad-prfaq
project-management-specialists

Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'.

2026-06-02
bmad-product-brief
project-management-specialists

Create, update, or validate a product brief. Use when the user wants help producing, editing, or validating a brief.

2026-06-02
bmad-quick-dev
software-developers

Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.

2026-06-02
bmad-retrospective
project-management-specialists

Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"

2026-06-02
bmad-sprint-planning
project-management-specialists

Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"

2026-06-02
bmad-sprint-status
project-management-specialists

Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"

2026-06-02
bmad-story-automator
software-developers

Automate the BMAD story build cycle across create, dev, QA automation, review, and retrospective steps with resumable tmux orchestration. Use when the user says "run story automator", "automate stories", or asks to build all stories in an epic.

2026-06-02
rust-coding
software-developers

Use when working on this Rust project for coding, refactoring, module ownership cleanup, API and architecture decisions, rust-analyzer assisted inspection, Rust service or CLI implementation, documentation updates, recurring-pattern capture, and focused validation. This is a project-local combo skill that coordinates the rust, rust-analyzer-workflows, rust-design-patterns, and write-project-commit skills when relevant.

2026-05-14
speckit-specify
computer-systems-analysts

Create or update the feature specification from a natural language feature description.

2026-05-14
speckit-drift
software-developers

Analyze drift between specs and implementation. Compares requirements against code to find divergence.

2026-05-07
speckit-sync-analyze
software-developers

Analyze drift between specs and implementation. Compares requirements against code to find divergence.

2026-05-07
speckit-sync-apply
software-developers

Apply approved drift resolutions to specs and/or code

2026-05-07
speckit-sync-backfill
software-developers

Generate a new spec from unspecced code feature (backfill)

2026-05-07
speckit-sync-conflicts
software-developers

Detect and surface conflicts between specs or between specs and design docs

2026-05-07
speckit-sync-propose
software-developers

Propose resolutions for detected drift. AI generates spec updates or code changes.

2026-05-07
agent-autopilot
production-planning-and-expediting-clerks-435061

Self-driving agent workflow with heartbeat-driven task execution, day/night progress reports, and long-term memory consolidation. Integrates with todo-management for task tracking.

2026-05-03
agent-client-protocol
software-developers

Use when the user needs authoritative help with ACP (Agent Client Protocol): designing or implementing ACP clients, agents, adapters, or ACP-enabled products; interpreting protocol semantics; handling initialization, sessions, prompt turns, permissions, modes, transports, MCP bridging, interoperability debugging, and release validation.

2026-05-03
mcp
computer-systems-analysts

Explain the Model Context Protocol (MCP) from an authoritative, standards-aware perspective, including documentation structure, core architecture, specification, extensions, registry, SEPs, governance, working groups, and community processes.

2026-05-03
mcporter
network-and-computer-systems-administrators

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

2026-05-03
multi-search-engine
software-developers

Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.

2026-05-03
rust-analyzer-workflows
software-developers

Use when Codex needs IDE-like Rust semantic navigation, code intelligence, structured refactors, lightweight workspace diagnostics, or rust-analyzer-specific debug/inspection workflows. Covers stable CLI workflows (`parse`, `diagnostics`, `symbols`, `highlight`, `search`, `ssr`, `prime-caches`, `analysis-stats --skip-inference`, `lsif`, `scip`, `--print-config-schema`), direct LSP requests such as `definition`, `references`, `workspaceSymbol`, `completion`, `inlayHint`, `codeAction`, `rename`, `analyzerStatus`, `expandMacro`, `externalDocs`, `runnables`, `viewHir`, `viewMir`, `interpretFunction`, `openCargoToml`, `viewRecursiveMemoryLayout`, and known failure modes such as `unresolved-references` and full `analysis-stats` panicking on some workspaces.

2026-05-03
rust-design-patterns
software-developers

Use when Codex needs to choose, implement, refactor, or review Rust design patterns and idioms, including GoF patterns in Rust, Rust Unofficial Patterns, ownership-aware alternatives, trait/generic/object-safety tradeoffs, API boundary design, and deciding when a pattern should not be used.

2026-05-03
rust-patterns
software-developers

Production Rust patterns covering ownership, async Tokio, Axum web framework, SQLx, error handling, CLI tools, WASM, and PyO3 Python bindings

2026-05-03
rust-testing-code-review
software-quality-assurance-analysts-and-testers

Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks,

2026-05-03
self-improvement
software-developers

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

2026-05-03
serde-code-review
software-quality-assurance-analysts-and-testers

Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust code that uses serde, serde_json, toml, or any serde-based serialization format. Covers attribute macros, field renaming, and format-specific pitfalls.

2026-05-03
speckit-implement
software-developers

Execute the implementation plan by processing and executing all tasks defined in tasks.md

2026-05-03
speckit-iterate-apply
software-developers

Apply a pending iteration to spec documents — update all artifacts that speckit.implement relies on, then hand off to implementation.

2026-05-03
speckit-iterate-define
software-developers

Define an iteration on the current feature — analyze the change request against current spec state and implementation progress, then write a reviewable iteration plan.

2026-05-03
write-project-commit
software-developers

Prepare repo-local Git commits for this workspace. Use when Codex needs to inspect `git status`, isolate the correct path set, draft or execute a commit, explain commit boundaries, or summarize staged changes in the current project's style: Chinese topic line, flat `- 修改项` entries, only current-theme files, and pre/post commit verification.

2026-05-03