using-agent-skills

Route engineering tasks to appropriate skills across a defined lifecycle.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/cyalcala/va-freelance-hub --skill using-agent-skills-cyalcala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/cyalcala/va-freelance-hub/tree/main/.antigravity/skills_old_tainted/using-agent-skills
Command: npx skills add https://github.com/cyalcala/va-freelance-hub --skill using-agent-skills-cyalcala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovers and invokes agent skills to route tasks to the correct engineering workflow, enabling consistent, repeatable task realization across teams.

Core Features & Use Cases

  • Skill discovery: maps incoming tasks to the appropriate sequence of skills (idea-refine → spec-driven-development → planning-and-task-breakdown → incremental-implementation → test-driven-development → code-review-and-quality → shipping-and-launch).
  • Context loading and guardrails: surfaces assumptions, manages confusion, and enforces scope to prevent scope creep.
  • Lifecycle orchestration: coordinates end-to-end task execution across multiple skills with verification at each stage.

Quick Start

To use this skill, start by detecting the task phase, map it to the corresponding skills, and execute the recommended sequence to complete the feature.

Frequently Asked Questions about using-agent-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a software development workflow from idea to launch?

Software development workflow orchestration maps incoming tasks to a defined lifecycle sequence, routing work from idea refinement through spec-driven development, incremental implementation, testing, and shipping. It coordinates end-to-end execution with verification at each stage.

What is the best way to manage scope creep and assumptions during feature development?

Managing scope creep during feature development requires context loading guardrails that surface hidden assumptions, manage confusion, and strictly enforce project boundaries. These guardrails operate continuously throughout the task lifecycle.

How do I map an engineering task to the correct development sequence?

Mapping an engineering task to a development sequence involves detecting the current task phase and routing it to the appropriate skills. It identifies intent and executes the recommended sequence, spanning planning, breakdown, implementation, and review.

Can I enforce verification requirements between task breakdown and incremental implementation?

Yes, enforcing verification requirements between task breakdown and incremental implementation is handled by lifecycle orchestration. It coordinates execution across multiple skills, ensuring verification checks are satisfied at each stage before proceeding.

How does lifecycle orchestration handle confusion management in task dispatch?

Lifecycle orchestration handles confusion management in task dispatch by loading context and applying robust guardrails. It surfaces assumptions and explicitly manages confusion to ensure tasks are routed accurately across the engineering workflow.

When do I need agent skill discovery for task realization?

You need agent skill discovery for task realization when you want consistent, repeatable feature work across teams. It maps incoming task intent to a defined lifecycle, ensuring proper sequencing from idea refinement to shipping.