en un clic
en un clic
| name | example-skill |
| description | Short description — what this does and when to use it. |
| license | MIT |
| metadata | {"author":"your-name","version":"0.1.0"} |
Write the skill instructions as plain Markdown below the frontmatter.
Agents load this entire file when the skill activates, so keep it focused
and under ~500 lines. Move deep-dive docs to references/ and large
assets to assets/ — they're loaded on demand.
scripts/ — executable code the agent can runreferences/REFERENCE.md — detailed docs (loaded only when needed)assets/ — templates, images, data filespython -m starfire_plugin validate <plugin-dir> before publishing.Connect to Chrome via CDP proxy to automate web interactions — posting, scraping, form filling. Uses puppeteer-core (no bundled Chromium).
Orchestrate a multi-round implementation + review cycle. Use when coordinating a feature that requires implementation (FE/BE), design review (UIUX), security review, and QA verification. Ensures QA findings get routed back for fixes until clean.
Review recent edits and update all documentation including architecture docs, API specs, and edit history. Creates missing docs for new implementations.
Review recent edits and update all documentation including architecture docs, API specs, and edit history. Creates missing docs for new implementations.
Review code for best practices, modularity, scalability, abstraction, test coverage, redundancy, hardcoded values, type safety, performance, naming, API design, async patterns, config/env sync, template consistency, and documentation alignment. Generates detailed report with issues and recommendations.