원클릭으로
example-skill
Short description — what this does and when to use it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Short description — what this does and when to use it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 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.
Review recent edits and update all documentation including architecture docs, API specs, and edit history. Creates missing docs for new implementations.
| 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.