ai-toolkit-rules

Solid

Mandatory engineering, security, testing, git, performance, quality, and response rules. Claude MUST load this skill for every technical, coding, debugging, review, architecture, DevOps, data, or file-editing task in Chat or Cowork.

AI & Automation 161 stars 21 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI Toolkit Rules Apply every relevant rule below before acting. Treat MUST/NEVER language as mandatory. ## Source: `app/rules/claude-toolkit-rules.md` # Claude Toolkit Shared AI development toolkit — lifecycle hooks, safety constitution, multi-platform support. ## Skill Tiers - **Tier 1** — single-agent: `/debug`, `/review`, `/refactor`, `/analyze`, `/docs`, `/plan`, `/explain`, `/tdd`, `/triage-issue` - **Tier 1.5** — planning: `/write-a-prd` → `/prd-to-plan` → `/prd-to-issues`; design: `/design-an-interface`, `/architecture-audit`, `/refactor-plan` - **Tier 2** — multi-agent: `/workflow <type>` (feature-development, backend-feature, frontend-feature, api-design, database-evolution, test-coverage, security-audit, debugging, incident-response, spike, codebase-onboarding, performance-optimization, infrastructure-change, application-deploy, proactive-troubleshooting) - **Tier 3** — custom: `/orchestrate <desc>` (3–6 agents) | `/swarm <mode> <desc>` (map-reduce | consensus | relay) ## Path Safety - NEVER guess or hallucinate user home directory paths - Use `~` or `$HOME` instead of hardcoded `/Users/<username>/` or `/home/<username>/` - When an absolute path is needed, run `echo $HOME` first to get the correct value ## User Preferences - **Style:** Direct & efficient. No pleasantries. Measurable results. - **Methodology:** Provide >=3 alternatives. Use Socratic questioning. - **Review:** Apply "Devil's Advocate" critique to decisions. ## Source: `app/rules/git-conven...

Details

Author
softspark
Repository
softspark/ai-toolkit
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

getff

Use when treating any codebase rule (architectural, naming, dependency, test-quality, contract, SLO) as an executable test that fails the build when violated, or when the user asks about enforcing code quality, fighting AI-generated code drift, setting up linters/tests/CI/pre-commit hooks, designing review processes, mutation testing, contract testing, fitness functions, observability-driven development, SLO-as-code, or any version of "how do I make my codebase resistant to AI agents breaking my conventions". Also trigger on any mention of ArchUnit, Stryker, Pact, dependency-cruiser, AI Factory (aif), Husky, lint-staged, ESLint flat config, Zod validation strategy, or shift-left/shift-right testing. Strongly trigger when the user mentions Claude Code, Cursor, or Copilot writing code that "looks fine but is wrong" — that is the core problem this skill addresses.

0 Updated today
artyhoo
AI & Automation Solid

claude-mastery-expert

This skill should be activated when the user wants to build an agent, design tools for an agent, write skills, structure a CLAUDE.md, optimize prompt caching, set up worktrees, use subagents, design verification loops, write hooks, structure a project for Claude Code, or improve their Claude Code workflow. Relevant when the user says "how should I structure this", "write a skill for", "design this agent", "optimize for caching", "set up verification", "use subagents", "parallel development", "write a CLAUDE.md", "improve my workflow", "design tools", "build an agent", "context engineering", or "autonomous research".

11 Updated yesterday
johnkozaris
AI & Automation Listed

pre-decision-analysis

当用户提出需要人类拍板但必须先做结构化分析的问题(评估、对比、讨论、值不值得、该不该、拆不拆、要不要起 ADR)时触发。本文件是该 skill 在 Claude Code 下的执行器;通用入口在 `../../SKILL.md`,规则权威源在 skill 顶层 `process/` 与 `standards/`(symlink 到 docs/dev/)。关键词:决策分析、多方案对比、argue subagent、codex review、PR diff review、AskUserQuestion、scratch 协作。

1 Updated today
moesin-lab