mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 02:13:15 -04:00
feat: ClaudeForge 2.1.0 — installable plugin with 150-line cap, forked audit skills, /sync --weekly, and AGENTS.md export (#26)
This commit is contained in:
@@ -2,6 +2,34 @@
|
||||
name: karpathy-guidelines
|
||||
description: Behavioral guardrails for LLM-assisted coding. Use when writing, reviewing, or refactoring code in any project to avoid overcomplication, keep changes surgical, surface assumptions early, and execute against verifiable success criteria.
|
||||
license: MIT
|
||||
paths:
|
||||
- "**/*.py"
|
||||
- "**/*.ts"
|
||||
- "**/*.tsx"
|
||||
- "**/*.js"
|
||||
- "**/*.jsx"
|
||||
- "**/*.go"
|
||||
- "**/*.rs"
|
||||
- "**/*.java"
|
||||
- "**/*.kt"
|
||||
- "**/*.rb"
|
||||
- "**/*.php"
|
||||
- "**/*.swift"
|
||||
- "**/*.c"
|
||||
- "**/*.cc"
|
||||
- "**/*.cpp"
|
||||
- "**/*.h"
|
||||
- "**/*.hpp"
|
||||
- "**/*.cs"
|
||||
- "**/*.scala"
|
||||
- "**/*.sh"
|
||||
- "**/*.bash"
|
||||
- "**/*.zsh"
|
||||
- "**/*.sql"
|
||||
allowed-tools:
|
||||
- Read
|
||||
- Glob
|
||||
- Grep
|
||||
permissions:
|
||||
allow:
|
||||
- Read
|
||||
|
||||
Reference in New Issue
Block a user