{"id":51569436,"url":"https://github.com/artttj/rapid-stack","last_synced_at":"2026-07-10T18:30:29.795Z","repository":{"id":351438811,"uuid":"1210982583","full_name":"artttj/rapid-stack","owner":"artttj","description":"The best Claude Code skills and agents for rapid development, wrapped in short commands.  ","archived":false,"fork":false,"pushed_at":"2026-06-10T13:40:25.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-10T15:16:07.298Z","etag":null,"topics":["ai-agents","claude-code","developer-tools","opencode","slash-commands"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artttj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-15T00:39:38.000Z","updated_at":"2026-06-10T13:41:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/artttj/rapid-stack","commit_stats":null,"previous_names":["artttj/claude-power-tools"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/artttj/rapid-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artttj%2Frapid-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artttj%2Frapid-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artttj%2Frapid-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artttj%2Frapid-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artttj","download_url":"https://codeload.github.com/artttj/rapid-stack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artttj%2Frapid-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35339931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","claude-code","developer-tools","opencode","slash-commands"],"created_at":"2026-07-10T18:30:29.119Z","updated_at":"2026-07-10T18:30:29.785Z","avatar_url":"https://github.com/artttj.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rapid-stack\n\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) ![Claude Code](https://img.shields.io/badge/Claude%20Code-D97757?style=for-the-badge\u0026logo=anthropic\u0026logoColor=white)\n\nBest community skills packaged as short aliases. Use it to bring ideas to life fast and with good quality.\n\n## Install\n\n```\n/plugin marketplace add artttj/rapid-stack\n/plugin install rs@rapid-stack\n/reload-plugins\n```\n\nUse them as `/rs:ask`, `/rs:cr`, `/rs:hum`, and so on.\n\n## The commands\n\n| Command | What it does |\n|---|---|\n| `/ask` | Answers questions about the codebase. Read-only by design. |\n| `/brn` | Lightweight brainstorm. Asks clarifying questions before acting, so the model doesn't run off and hallucinate. |\n| `/dbg` | Systematic debugging. Reproduce first, hypothesize from evidence, change one variable at a time. Stops guess-fixing. |\n| `/10x` | Find the biggest wins in an idea. Smallest effort, largest payoff. Catches features you missed. |\n| `/trim` | Simplify. Tightens recently changed code without changing behavior. Operates on the current diff. |\n| `/cr` | Code review without the 40-comment pile-on. High-confidence findings only. |\n| `/hum` | Self-educating humanizer skill that keeps up with the latest LinkedIn AI slop patterns. |\n| `/ui` | Draft UI ideas with real UX quality across platforms. |\n| `/vibe` | UI scorecard, nine dimensions. Flags AI-default looks, ranks what to fix first. |\n| `/polish` | Pixel-perfect cleanup pass on a design. |\n| `/std` | Standards. Baseline conventions: immutability, files under 800 lines, functions under 50, named constants over magic numbers, errors handled at every layer. |\n| `/prm` | Turns vague prompts into sharp ones. Works on claude.md, agents.md, system prompts. |\n| `/sec` | OWASP pass. Run before anything that touches auth or new infra. |\n| `/mimic` | Learn any brand from a URL or screenshot, generate a design system. Two sessions, same look. |\n| `/jobs` | Argue with Steve Jobs about your product. Built from 30+ interviews, keynotes, and memos. Stays in first person until you say exit. |\n\n## What's bundled\n\nThe plugin bundles:\n\n- **Skills:** `the-humanizer`, `coding-standards`, `prompt-optimizer`, `design`, `game-changing-features`, `vibe-check`\n- **Agents:** `code-reviewer`, `code-simplifier`, `security-reviewer`\n\nThree commands wrap external skills. Install them separately:\n\n```\n# for /ui\n/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill\n/plugin install ui-ux-pro-max\n\n# for /mimic\ngit clone https://github.com/dominikmartn/hue ~/.claude/skills/hue\n\n# for /jobs\n/plugin marketplace add alchaincyf/steve-jobs-skill\n/plugin install steve-jobs\n```\n\n`/brn` and `/dbg` also wrap external skills (`superpowers:brainstorming` and `superpowers:systematic-debugging`) but fall back to inline prompts if those skills are not installed.\n\n## Want them without the `/rs:` prefix?\n\n To type `/ask` or `/hum` directly, ask your agent: \n \n *\"Copy the rapid-stack commands into `~/.claude/commands/` so they work without the `rs:` prefix.\"* It will mirror each `.md` file into your user-level commands directory.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n\nThe wrapped skills keep their original licenses and authors:\n\n- `ui-ux-pro-max`: MIT, by [nextlevelbuilder](https://github.com/nextlevelbuilder)\n- `hue`: MIT, by [dominikmartn](https://github.com/dominikmartn/hue)\n- `steve-jobs-perspective`: see [alchaincyf/steve-jobs-skill](https://github.com/alchaincyf/steve-jobs-skill)\n- `the-humanizer`, `coding-standards`, `prompt-optimizer`, and the agents: see their respective sources\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartttj%2Frapid-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartttj%2Frapid-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartttj%2Frapid-stack/lists"}