dotfiles
Structured ideation, code review, and commit message workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorsideation
Transform unstructured brain dumps into contracts, phased PRDs, and implementation specs.
test-generator
Generate starter unit tests for new JavaScript and Python functions.
readme-updater
Propose README updates from code, dependency, and configuration changes.
project-memory
Create docs/project_notes with four templates for bugs, decisions, key facts, and issues.
code-reviewer
Analyze code quality and enforce best practices across diffs, commits, and discussions.
security-auditor
Detect OWASP Top 10 vulnerabilities in code and configurations.
Frequently Asked Questions
FAQPage SchemaHow to install dotfiles skills?โผ
Run `npx skills add jason0x43/dotfiles --all -g -y` in your terminal to install all skills in this repository globally.
How to turn messy ideas into a project plan?โผ
The ideation skill takes raw brain dumps or voice dictation, asks clarifying questions until the goal is clear, then produces a contract, phased PRDs, and implementation specs.
How to review code changes automatically?โผ
The code-reviewer skill runs a focused review of your changes, checking correctness, security, modern idioms, and leftover unfinished work, then reports prioritized findings.
How to write better git commit messages?โผ
The commit-helper skill generates concise, standard-format commit messages from your staged changes without editing any files.
Do these skills work with Claude Code and OpenCode?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenCode, Cursor, and other compatible coding environments.
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