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

agntc

يحتوي agntc على 22 من skills المجمعة من leeovery، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

begin-implementation
مطوّرو البرمجيات

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

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

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

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

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

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

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

2026-06-17
start-feature
متخصصو إدارة المشاريع

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

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

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

2026-06-17
start-research
مطوّرو البرمجيات

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

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

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

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

2026-06-17
technical-discussion
متخصصو إدارة المشاريع

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

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

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
محللو الإدارة

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

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

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

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

2026-06-17
e2e-fixtures
محللو ضمان جودة البرمجيات والمختبرون

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