Skip to main content
Repositório GitHub

rust-supervisor

rust-supervisor contém 38 skills coletadas de developerworks, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
38
Stars
11
atualizado
2026-06-02
Forks
1
Cobertura ocupacional
6 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

bmad-advanced-elicitation
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Analistas de garantia de qualidade de software e testadores

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
Especialistas em gestão de projetos

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

2026-06-02
bmad-create-story
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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

2026-06-02
bmad-sprint-status
Especialistas em gestão de projetos

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

2026-06-02
bmad-story-automator
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de sistemas de computador

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

2026-05-14
speckit-drift
Desenvolvedores de software

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

2026-05-07
speckit-sync-analyze
Desenvolvedores de software

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

2026-05-07
speckit-sync-apply
Desenvolvedores de software

Apply approved drift resolutions to specs and/or code

2026-05-07
speckit-sync-backfill
Desenvolvedores de software

Generate a new spec from unspecced code feature (backfill)

2026-05-07
speckit-sync-conflicts
Desenvolvedores de software

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

2026-05-07
speckit-sync-propose
Desenvolvedores de software

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

2026-05-07
agent-autopilot
Funcionários de produção, planejamento e expedição

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
Desenvolvedores de software

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
Analistas de sistemas de computador

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
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-05-03
speckit-iterate-apply
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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