Skills
Skills install to ~/.claude/skills/<name>/SKILL.md. Invoke via /<name> in Claude Code.
- 2026-04-19
accessibility-audit
Run accessibility audit — WCAG 2.1 AA compliance check
- qa
- workflow
- 2026-04-19
audit
Full-system audit — settings hygiene, dependencies, secrets, types, tests, memory. Returns a prioritized action list. Use monthly or before major releases.
- workflow
- 2026-04-19
bundle-analyze
Analyze JS bundle size — large deps, code splitting opportunities
- performance
- 2026-04-19
check-types
Run TypeScript type checking on current or all projects
- general
- 2026-04-19
db-migrate
Safe database migration — review SQL, apply, verify
- database
- 2026-04-19
deploy
Deploy a project to production (test → build → push → verify)
- devops
- 2026-04-19
deps-audit
Audit dependencies across all projects — vulnerabilities, outdated, unused
- devops
- workflow
- 2026-04-19
git-pr
Create a PR with conventional commit, description, and Notion link
- devops
- 2026-04-19
lighthouse
Run Lighthouse audit on a URL or local dev server
- performance
- 2026-04-19
log
Session wrap-up. Full "логируем" protocol (A7) — git commit + Obsidian daily/project update + HANDOFF/SESSION_STATE + notion-sync. Invoke on "/log", "логируем", "залогируй", "wrap up".
- workflow
- 2026-04-19
new-project
Bootstrap a new project in c:\AI — create folder, CLAUDE.md, vault/projects/<name>.md with frontmatter, register in notion-sync.
- workflow
- 2026-04-19
onboard
Generate project overview for a new context — stack, structure, patterns, tasks
- workflow
- 2026-04-19
refactor
Launch refactoring-specialist on changed or specified files
- developer
- 2026-04-19
reflect-session
End-of-session capillary reflection. Extract 0-3 candidate memory entries from the session (corrections, approvals of non-obvious choices, new project facts, external references) and write them to memory/ after per-entry approval. Invoke when user signals session end (phrases like "логируем", "спасибо", "до завтра", "пока", "хватит") or when a pending_reflections/*.json marker exists. OK to output "ничего нового" and exit silently.
- workflow
- 2026-04-19
security-scan
Run security scan — dependency audit + secret detection + code analysis
- security
- 2026-04-19
test-all
Run tests across all projects in c:\AI
- general
- 2026-04-19
waterfall
Launch full waterfall development pipeline — from idea to deployment with approval gates
- workflow