Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agntc

agntc contient 22 skills collectées depuis leeovery, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
22
Stars
4
mis à jour
2026-06-17
Forks
1
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

begin-implementation
Développeurs de logiciels

Bridge skill for the feature pipeline. Runs pre-flight checks for implementation and invokes the technical-implementation skill. Called by continue-feature — not directly by users.

2026-06-17
begin-planning
Développeurs de logiciels

Bridge skill for the feature pipeline. Runs pre-flight checks for planning and invokes the technical-planning skill. Called by continue-feature — not directly by users.

2026-06-17
begin-review
Analystes en assurance qualité des logiciels et testeurs

Bridge skill for the feature pipeline. Runs pre-flight checks for review and invokes the technical-review skill. Called by continue-feature — not directly by users.

2026-06-17
continue-feature
Spécialistes en gestion de projets

Continue a feature through the pipeline. Routes to the next phase (specification, planning, or implementation) based on artifact state. Can be invoked manually or from plan mode bridges.

2026-06-17
link-dependencies
Développeurs de logiciels

Scan all plans and wire up cross-topic dependencies. Finds unresolved external dependencies, matches them to tasks in other plans, and updates both the plan index and output format.

2026-06-17
migrate
Développeurs de logiciels

Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill.

2026-06-17
start-discussion
Développeurs de logiciels

Start a technical discussion. Discovers research and existing discussions, offers multiple entry paths, and invokes the technical-discussion skill.

2026-06-17
start-feature
Spécialistes en gestion de projets

Start a new feature through the full pipeline. Gathers context via structured interview, creates a discussion, then bridges to continue-feature for specification, planning, and implementation.

2026-06-17
start-implementation
Développeurs de logiciels

Start an implementation session from an existing plan. Discovers available plans, checks environment setup, and invokes the technical-implementation skill.

2026-06-17
start-planning
Développeurs de logiciels

Start a planning session from an existing specification. Discovers available specifications, gathers context, and invokes the technical-planning skill.

2026-06-17
start-research
Développeurs de logiciels

Start a research exploration using the technical-research skill. For early-stage ideas, feasibility checks, and broad exploration before formal discussion.

2026-06-17
start-review
Analystes en assurance qualité des logiciels et testeurs

Start a review session from an existing plan and implementation. Discovers available plans, validates implementation exists, and invokes the technical-review skill.

2026-06-17
start-specification
Développeurs de logiciels

Start a specification session from concluded discussions. Discovers available discussions, offers consolidation assessment for multiple discussions, and invokes the technical-specification skill.

2026-06-17
status
Développeurs de logiciels

Show workflow status - what exists, where you are, and what to do next.

2026-06-17
technical-discussion
Spécialistes en gestion de projets

Document technical discussions as expert architect and meeting assistant. Capture context, decisions, edge cases, debates, and rationale without jumping to specification or implementation. Use when: (1) Users discuss/explore/debate architecture or design, (2) Working through edge cases before specification, (3) Need to document technical decisions and their rationale, (4) Capturing competing solutions and why choices were made. Creates documentation in .workflows/discussion/{topic}.md that can be used to build validated specifications.

2026-06-17
technical-implementation
Développeurs de logiciels

Orchestrate implementation of plans using agent-based TDD workflow with per-task review and approval gate (auto mode available). Use when: (1) Implementing a plan from .workflows/planning/{topic}/plan.md, (2) User says 'implement', 'build', or 'code this' with a plan available, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Dispatches executor and reviewer agents per task, commits after review approval.

2026-06-17
technical-planning
Spécialistes en gestion de projets

Transform specifications into actionable implementation plans with phases, tasks, and acceptance criteria. Use when: (1) User asks to create/write an implementation plan, (2) User asks to plan implementation from a specification, (3) Converting specifications from .workflows/specification/{topic}/specification.md into implementation plans, (4) User says 'plan this' or 'create a plan', (5) Need to structure how to build something with phases and concrete steps. Creates plans in .workflows/planning/{topic}/plan.md that can be executed via strict TDD.

2026-06-17
technical-research
Analystes en gestion

Explore ideas, validate concepts, and research broadly across technical, business, and market domains. Use when: (1) User has a new idea to explore, (2) Need to research a topic deeply, (3) Validating feasibility - technical, business, or market, (4) Learning and exploration without necessarily building anything, (5) User says 'research this' or 'explore this idea', (6) Brain dumping early thoughts before formal discussion. Creates research documents in .workflows/research/ that may feed into discussion or specification.

2026-06-17
technical-review
Analystes en assurance qualité des logiciels et testeurs

Validate completed implementation against plan tasks and acceptance criteria. Use when: (1) Implementation is complete, (2) User wants validation before merging/shipping, (3) Quality gate check needed after implementation. Reviews ALL plan tasks for implementation correctness, test adequacy, and code quality. Produces structured feedback (approve, request changes, or comments) - does NOT fix code.

2026-06-17
technical-specification
Spécialistes en gestion de projets

Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in .workflows/specification/{topic}/specification.md that can be used to build implementation plans.

2026-06-17
view-plan
Spécialistes en gestion de projets

View a plan's tasks and progress, regardless of output format.

2026-06-17
e2e-fixtures
Analystes en assurance qualité des logiciels et testeurs

Provision real GitHub repos covering every agntc install permutation (configless and config-bearing), walk the user through end-to-end testing of the local CLI build, then tear everything down. Use before a release to smoke-test add/update/list/remove against real repos.

2026-06-09