docs.plus
Structured planning, debugging, review, and shipping workflows for codebases
All Skills in This Repository (33)
Pure Emerald Level Indicatorscommit-review
Generate conventional commit messages from staged and unstaged code changes.
tiptap
Configure Tiptap 3 editors with extensions, collaboration, and document conversion.
code-janitor
Automate code cleanup and production-readiness verification across codebases.
tech-writer
Rewrite software documentation prose with active voice and structured frameworks.
setup-pre-commit
Configure Husky pre-commit hooks with lint-staged and Prettier for JavaScript and TypeScript repositories.
setup-matt-pocock-skills
Scaffold per-repo configuration files and documentation for Matt Pocock's engineering skills.
obsidian-vault
Search, create, and link notes in flat Obsidian vaults.
handoff
Compact conversation context into a structured handoff document with redacted sensitive data.
ubiquitous-language
Extract domain terms from conversations and generate a markdown glossary with flagged ambiguities.
git-guardrails-claude-code
Block destructive git commands in Claude Code via a PreToolUse hook.
request-refactor-plan
Generate incremental refactor plans as standardized GitHub issues.
improve-codebase-architecture
Identify shallow modules and generate HTML architecture review reports.
Frequently Asked Questions
FAQPage SchemaHow to install docs.plus skills?โผ
Run `npx skills add docs-plus/docs.plus --all -g -y` in your terminal to install every skill in this collection globally.
What problems do these skills solve?โผ
They cover the full engineering loop: planning features, writing specs and tickets, test-driven implementation, bug diagnosis, code review, and clean commit messages.
Do these skills work with Claude Code and Cursor?โผ
Yes. Every skill follows the standard SKILL.md format, so they load in Claude Code, Cursor, Codex, and other compatible coding environments.
Can non-developers use these skills?โผ
Some skills like triage, QA reporting, and writing helpers need no coding knowledge, but most workflows assume you are working inside a software project.
How do I turn a feature idea into tickets?โผ
Invoke the to-spec or to-tickets skill after discussing the idea, and it publishes a structured spec and dependency-ordered tickets to your issue tracker.
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