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

Argos

Argos contiene 18 skills recopiladas de Northeastern-Electric-Racing, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
18
Stars
5
actualizado
2026-07-13
Forks
1
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

to-tickets
Desarrolladores de software

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the project issue tracker. Use when the user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-07-13
to-spec
Especialistas en gestión de proyectos

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-13
journal
Desarrolladores de software

Capture rough notes locally with zero ceremony, then export them to their right permanent home. Use when the user wants to jot/park/stash a thought mid-task without derailing ("note to self", "remember to", "journal this"), or when they later want to export/file/route parked notes into an issue, spec, ADR, CONTEXT term, or docs. Capture is local and gitignored; export delegates to whichever existing skill owns the note's permanent home.

2026-07-12
code-review
Analistas de garantía de calidad de software y probadores

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-12
implement
Desarrolladores de software

Implement a piece of work based on a spec or set of tickets.

2026-07-12
wayfinder
Especialistas en gestión de proyectos

Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

2026-07-12
domain-modeling
Desarrolladores de software

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-08
improve-codebase-architecture
Desarrolladores de software

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-07-08
log-future-addition
Desarrolladores de software

File a single out-of-scope idea, feature, or improvement as one un-triaged GitHub issue. Use whenever the user raises something that would be a good future addition to the app but is out of scope for the current work ("we could also…", "would be nice to…", "let's do that later") — offer to log it. For a fleshed-out feature use to-spec; to break an existing plan into tickets use to-tickets.

2026-07-08
triage
Especialistas en gestión de proyectos

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-06-07
address-pr-comments
Analistas de garantía de calidad de software y probadores

Fetch review comments on the current branch's PR, judge whether each (including outdated ones) still applies, and walk through fixes

2026-06-07
prototype
Desarrolladores de software

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

2026-06-07
run-local
Administradores de redes y sistemas informáticos

Bring up the local Argos environment for running or testing — Docker backend (right profile for what changed) + Angular client on the next free port. Use whenever you need to actually run the app locally, not just start the frontend.

2026-06-07
open-pr
Desarrolladores de software

Run pre-PR checks, push the branch, and open a pull request

2026-06-01
update-pr
Desarrolladores de software

Update the current branch's PR description to reflect the latest changes

2026-06-01
verify-telemetry
Desarrolladores de software

Verification checklist for changes to MQTT-displayed telemetry values in the Angular frontend. Use whenever modifying, adding, or debugging a value that flows from the car through MQTT to the UI — including display formatting, new subscriptions, missing data, or incorrect readings.

2026-06-01
commit
Desarrolladores de software

Stage and commit using this repo's commit message convention

2026-06-01
verify-graph
Analistas de garantía de calidad de software y probadores

Playwright MCP verification of the graph page — modes, controls, topic selection, and data rendering. Use after any change to graph-page components, graph rendering, data flow, or mode switching logic.

2026-06-01