InditexTechInditexTechOfficial·28 Agent Skills Included

weavejs

Structured planning, triage, debugging, and test-driven development workflows

Guides engineering work from idea to shipped code: turn conversations into PRDs, break plans into issues, triage bugs, and run disciplined diagnosis loops. Eliminates vague tickets, untested fixes, and chaotic refactors by enforcing vertical slices, regression tests, and documented decisions. Includes writing, teaching, prototyping, and architecture review workflows to keep codebases maintainable and teams aligned.
npx skills add InditexTech/weavejs --all -g -y
Available:

Tells the agent where issues live, which triage labels to apply, and where domain docs and architecture decision records are stored so the engineering skills route work correctly.

All Skills in This Repository (28)

Pure Emerald Level Indicators
📦 In Repo
InditexTechInditexTech

setup-pre-commit

Configure Husky, lint-staged, and Prettier pre-commit checks.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

setup-matt-pocock-skills

Scaffold agent skills configuration in CLAUDE.md or AGENTS.md with docs templates.

Official
Advanced
📦 In Repo
InditexTechInditexTech

handoff

Summarize conversation context into a handoff document with suggested skills.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

ubiquitous-language

Extract domain terms from conversations into a canonical glossary in UBIQUITOUS_LANGUAGE.md.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

git-guardrails-claude-code

Block dangerous git commands in Claude Code via a PreToolUse hook.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

request-refactor-plan

Convert vague refactor ideas into incremental plans and GitHub issues.

Official
Advanced
📦 In Repo
InditexTechInditexTech

improve-codebase-architecture

Generate HTML architecture reviews surfacing shallow modules and deepening candidates.

Official
Advanced
📦 In Repo
InditexTechInditexTech

qa

Convert conversational bug reports into durable GitHub issues.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

triage

Enforce role-based state-machine workflows for issue triage across trackers.

Official
Advanced
📦 In Repo
InditexTechInditexTech

prototype

Identify the core question to answer with a throwaway prototype.

Official
Intermediate
📦 In Repo
InditexTechInditexTech

diagnose

Diagnose bugs and performance regressions through a structured reproduction-to-verification workflow.

Official
Advanced
📦 In Repo
InditexTechInditexTech

edit-article

Restructure article sections and tighten prose with per-section length limits.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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