myclaude
Multi-agent AI workflows for automated feature development and testing
All Skills in This Repository (11)
Pure Emerald Level Indicatorsomo
Route coding tasks to specialized agents for analysis and implementation.
test-cases
Generate test cases from PRD documents covering functional, edge, error, and state transition scenarios.
do
Orchestrate a 5-phase feature development workflow with specialized AI agents.
product-requirements
Gather product requirements interactively and generate Markdown PRD documents.
harness
Manages long-running autonomous agent workflows with persistence, recovery, and dependencies across sessions.
browser
Automate Chrome browser interactions via the Chrome DevTools Protocol.
skill-install
Install Claude skills from GitHub repositories with integrated security scanning.
codeagent
Execute multi-backend AI code tasks with Codex, Claude, and Gemini.
dev
Orchestrate a 7-step development workflow with 90% test coverage validation.
prototype-prompt-generator
Generate structured UI/UX prototype prompts from user requirements and design systems.
sparv
Orchestrate a 5-phase development workflow with quality gates and external memory.
Frequently Asked Questions
FAQPage SchemaHow to install myclaude?▼
Run `npx skills add stellarlinkco/myclaude --all -g -y` in your terminal to install all modules and skills globally.
What does myclaude do?▼
It orchestrates multiple AI agents to handle feature development, bug fixes, code reviews, PRD writing, and test generation automatically from a single command.
Which AI backends does myclaude support?▼
It routes tasks to Codex, Claude, Gemini, and OpenCode backends, picking the best one per task type such as UI work or quick fixes.
Can myclaude run long tasks across sessions?▼
Yes. The harness skill checkpoints progress to files, recovers from failures, and resumes work across multiple agent sessions without losing state.
Do I need coding experience to use myclaude?▼
Basic familiarity helps, but you mainly describe what you want in plain language and the agents handle planning, coding, and testing.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core