Production-grade skills for quality defense, workflow automation, skill creation, and content.
Works on 35+ platforms: Claude Code, Codex CLI, Cursor, Gemini CLI, GitHub Copilot, and any tool that reads SKILL.md.
/plugin marketplace add asochan-ai/claude-plugins
/plugin install super-plan@asochan-ai
| Skill | What it does |
|---|---|
| super-plan | 4 parallel research agents → evidence-based design doc → approval gate |
| rapid-build | Execute approved plans with baseline reuse and quality gates |
| execution-strategy | Auto-select optimal execution method after planning |
| parallel-tasks | Parallelize 5+ tasks with Agent Teams |
| prep-workspace | Prepare workspace: branch creation, status check, prior work detection |
| ship-it | Quality gate before merge: test, security audit, approval, push |
| project-checkup | Project-wide health check: git status, open PRs, security scan |
| Skill | Layer | What it does |
|---|---|---|
| risk-scan | L1 | Map blast radius before starting |
| quality-rules | L2 | Enforce rules during implementation |
| review-guard | L3 | Independent inspector before presenting to user |
| leak-learner | L5 | Semi-auto learning from user corrections |
| test-runner | — | Auto-detect and run test frameworks |
| security-scan | — | 3-stage audit with parallel attacker agents |
| Skill | What it does |
|---|---|
| neo-skill-creator | Create Q1-Q10 compliant skills from scratch |
| skill-upgrade | Upgrade existing skills to production quality |
| Skill | What it does |
|---|---|
| auto-browser | Browser automation with 5-min rule and CDP fallback |
| incident-triage-lite | Incident logging and similar-incident search |
| research-organizer | Detect folder bloat, auto-organize |
| Skill | What it does |
|---|---|
| plan-to-study | Generate study guides from design docs |
| Skill | What it does |
|---|---|
| presentation-architect | Design and generate slide decks |
| frontend-slides | HTML slide engine with 12 presets |
| svg-diagram | SVG diagrams with type × color system |
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub asochan-ai/claude-plugins --plugin auto-browserZero Leak L5: Semi-auto learning from user corrections.
Generate study guides from design docs.
Zero Leak L1: Map blast radius before starting any task.
Auto-detect and run test frameworks.
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows.
Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.
AI-powered browser automation -- lets Claude control real web browsers to navigate, click, type, extract content, and automate workflows
Direct browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the one-time `browser-harness` CLI install (see the skill's references/install.md).
Chrome DevTools Protocol (CDP) browser automation, web scraping, and crawling with React compatibility
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script. Originally from OpenAI's curated skills catalog.