
from code-virtuoso17
Interactive guided tool that helps design focused sub-agents (specialist, role, or team-lead) with correct frontmatter, tool permissions, and system prompts.
This skill guides a user through a six-phase process to design well-scoped sub-agents. It produces a ready-to-commit agent markdown file with clear triggers, least-privilege tool selections, a system-prompt contract, and placement guidance. The output is intended to be portable across agent platforms and suitable for marketplace registration.
Use this skill when you need to create a new sub-agent or refactor an existing one: designing specialists, role agents, or team-leads; scoping responsibilities; choosing tool permissions; or preparing an agent for production and marketplace listing. It’s triggered by requests to "create an agent", "scaffold a sub-agent", or "design an agent definition".
references/ folder with archetypes, frontmatter field docs, and validation guidance.Best suited for Claude Code and other Agent Skills-compatible assistants (Cursor, Copilot-style orchestrators); the guidance is platform-agnostic but mentions Claude Code and Cursor explicitly.
Agent Creator is a guided six-phase questionnaire skill that helps users design well-scoped sub-agent definitions with correct frontmatter, tool permissions, and system prompts. No bundled scripts — it's a pure instruction/reference skill. The SKILL.md is well-structured with clear phases, reference files, archetype selection logic, and integration guidance. No security concerns; the skill is entirely instructional and doesn't execute code or make network calls.
Well-designed instructional skill for agent scaffolding. Good separation of concerns with phased workflow and reference materials. Security is clean — no scripts, no network calls, no credential handling. The skill is purely a guide that walks the user through agent design decisions. Minor deduction on quality because it depends on external reference files not included in the skill bundle, which could lead to incomplete execution if those files aren't accessible.
Frontend Developer (role)
Implements UI components and frontend architecture: responsive layouts, accessibility, state management, API integration, and frontend tests.
Finishing a Development Branch
A step-by-step playbook to verify, review, choose an integration strategy, write PR messages, push, and clean up when finishing a development branch.