<h1 align="center">
<a href="https://prompts.chat">
A collection of custom extensions for Claude Code including skills, slash commands, and hooks.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
A collection of custom extensions for Claude Code including skills, slash commands, and hooks.
claude-code-config/
├── skills/ # Custom skills with specialized knowledge and workflows
├── commands/ # Slash commands for quick actions
└── hooks/ # Event-triggered automation
Custom skills extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
| Skill | Description |
|---|---|
| filing-skill | Process and organize scanned business and personal documents |
| git-workflow | Enforce branch-first git workflow - prevents direct commits to main branch |
| ios-ui-tester | iOS UI testing with SwiftUI and simulator automation |
| managing-productivity | Hybrid GTD + Energy/Time filtering system in Todoist with calendar integration |
| product-manager-apple | Define product requirements, write user stories, and analyze features for Apple platforms |
| python-code-reviewer | Comprehensive Python code review for quality, security, and performance |
| swift-architect | Swift/SwiftUI architecture consulting and design decisions |
Slash commands for quick, repeatable actions. (Coming soon)
Event-triggered automation for Claude Code workflows. (Coming soon)
Symlink skills into ~/.claude/skills/:
ln -s /path/to/claude-code-config/skills/skill-name ~/.claude/skills/skill-name