Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Argos

يحتوي Argos على 18 من skills المجمعة من Northeastern-Electric-Racing، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
5
محدث
2026-07-13
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

to-tickets
مطوّرو البرمجيات

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
متخصصو إدارة المشاريع

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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

2026-07-12
wayfinder
متخصصو إدارة المشاريع

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
متخصصو إدارة المشاريع

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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

2026-06-01
update-pr
مطوّرو البرمجيات

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

2026-06-01
verify-telemetry
مطوّرو البرمجيات

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
مطوّرو البرمجيات

Stage and commit using this repo's commit message convention

2026-06-01
verify-graph
محللو ضمان جودة البرمجيات والمختبرون

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