Skill Claude CodeCodex
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
Skill Claude CodeCodex
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
Skill Claude CodeCodex
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
Skill Claude CodeCodex
Pattern for progressively refining context retrieval to solve the subagent context problem.
Skill Claude CodeCodex
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
Skill Claude CodeCodex
A sample project guide describing the architecture, file structure, coding patterns, tests, and deployment process of a specific web application.
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
Skill Claude CodeCodex
A checklist for verifying software changes through builds, type checks, linting, tests, security checks, and review of the code differences.
Hook
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test)?, bun (install, test), cargo build, make, docker, pytest, vitest…
Hook
Runs before the context is compacted, executing pre-compact.js via node. From codelably/harmony-claude-code.
Hook
Runs when a session starts, executing session-start.js via node. From codelably/harmony-claude-code.
Hook
Runs after a tool call finishes for tool == "Bash", tool == "Bash" && tool_input.command matches "(npm run build, pnpm build, yarn build)", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path…
Hook
Runs when the agent finishes a response, executing check-console-log.js via node. From codelably/harmony-claude-code.
Hook
Runs when a session ends, executing session-end.js and evaluate-session.js via node (2 commands). From codelably/harmony-claude-code.
Agent
A background agent that studies records of actions taken during Claude Code sessions to find repeated patterns and turn them into reusable working instincts.
Skill Claude CodeCodex
A guide to production Django development, covering Django web applications, REST APIs, database models, caching, signals, and middleware.