#376 · Primary category: AI Coding Assistants
skills
Agentic Development skills behind the JS Mastery workflow
Project last updated:08/09/26
GitHub Stars
970
Forks
191
Contributors
3
License
MIT
Why we included this project
Most AI coding agents handle single prompts well, but the conversation tends to drift once a change spans several sessions. This set of installable skills breaks work into phases, each running as its own command, from scoping an idea to verifying and documenting the result, so you run only the steps a given change actually needs. State lives in files, a scope, specs, AGENTS.md, tests, rather than in the chat, so work survives restarts and any teammate picks up with the same context. A single npx command installs it for Claude Code, Cursor, Codex, or Gemini CLI, and you can commit the skill folder so the whole team shares the workflow. It is a process layer on top of your existing agent, not a separate tool, so it pairs with whatever model and editor you already use.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.