weavejs
Structured planning, triage, debugging, and test-driven development workflows
All Skills in This Repository (28)
Pure Emerald Level Indicatorssetup-pre-commit
Configure Husky, lint-staged, and Prettier pre-commit checks.
setup-matt-pocock-skills
Scaffold agent skills configuration in CLAUDE.md or AGENTS.md with docs templates.
handoff
Summarize conversation context into a handoff document with suggested skills.
ubiquitous-language
Extract domain terms from conversations into a canonical glossary in UBIQUITOUS_LANGUAGE.md.
git-guardrails-claude-code
Block dangerous git commands in Claude Code via a PreToolUse hook.
request-refactor-plan
Convert vague refactor ideas into incremental plans and GitHub issues.
improve-codebase-architecture
Generate HTML architecture reviews surfacing shallow modules and deepening candidates.
qa
Convert conversational bug reports into durable GitHub issues.
triage
Enforce role-based state-machine workflows for issue triage across trackers.
prototype
Identify the core question to answer with a throwaway prototype.
diagnose
Diagnose bugs and performance regressions through a structured reproduction-to-verification workflow.
edit-article
Restructure article sections and tighten prose with per-section length limits.
Frequently Asked Questions
FAQPage SchemaHow to install Weave.js skills?▼
Run `npx skills add InditexTech/weavejs --all -g -y` in your terminal to install all skills in this collection globally.
How to turn a plan into GitHub issues?▼
Use the to-issues skill, which breaks a plan or PRD into thin vertical-slice issues with acceptance criteria and dependency ordering, then publishes them to your issue tracker.
How to debug hard bugs systematically?▼
The diagnose skill walks you through building a fast feedback loop, reproducing the bug, ranking hypotheses, instrumenting, and locking the fix with a regression test.
Do these skills work with Claude Code and other agents?▼
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Cursor, Codex, and other compatible coding agents.
Can I use these skills without deep process knowledge?▼
Yes. Each skill guides the agent step by step, so you describe what you want in plain English and the agent handles triage, TDD, reviews, and documentation for you.
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