Skill Claude CodeCodex
When reading or writing to Jira tickets or Confluence pages via MCP tools. Use before any Jira transition, ticket creation, or Confluence page update to avoid common failure modes.
Skill Claude CodeCodex
When reading or writing to Jira tickets or Confluence pages via MCP tools. Use before any Jira transition, ticket creation, or Confluence page update to avoid common failure modes.
Skill Claude CodeCodex
When reviewing a PR, auditing code quality, or validating changes against the project's standards and sacred behaviors.
Skill Claude CodeCodex
When searching for code, tracing a bug, or understanding how modules connect. Use before grepping blindly — consult the index first.
Skill Claude CodeCodex
When adding, renaming, or removing a field on a data model that has a mapped counterpart elsewhere — an API/DTO, a database/ORM entity, a serializer, or a cross-platform equivalent model (Android/iOS/Backend). Use whenever a model's fields change, before considering the change complete.
Skill Claude CodeCodex
When writing, reviewing, or running a database schema migration — adding, dropping, or altering tables, columns, indexes, or constraints — with any migration tool (Alembic, Rails, Prisma, Room, Core Data, Flyway, Liquibase, raw SQL). Use before generating a migration file, or when one appears in a diff/PR.
Skill Claude CodeCodex
When writing, modifying, or reviewing application code. Provides code quality standards, SOLID principles, design philosophy, and platform-specific implementation guidance.
Skill Claude CodeCodex
When a design discussion or evaluation is interrupted by a task or workflow, or when the user says "present the discussion," "where were we," "show me the discussion," or "resume" — save or resurface the discussion state using Session Notes.
Skill Claude CodeCodex
When working on features that require domain knowledge — business rules, terminology, or invariants specific to this project. [Replace this description and the content below with your project's domain.].
Skill Claude CodeCodex
Git branching, commit, and PR procedures. Use when creating branches, making commits, or opening pull requests. Enforces branch naming, commit message format, and PR rules.
Skill Claude CodeCodex
When deciding where to store a piece of knowledge (memory files vs Confluence vs Jira). Use when about to document something, capture a lesson, create a ticket, or publish a decision.
Skill Claude CodeCodex
Session initialization procedure. Checks memory mount, reads all required memory files, validates skeleton version, checks dependency freshness, and surfaces alerts. Must be executed at the start of every session before any other work.
Skill Claude CodeCodex
When creating a new skill or workflow, or improving an existing skill's effectiveness. Use when the user asks to add a capability, write a new workflow, or when a skill isn't triggering or being followed reliably.
Skill Claude CodeCodex
When delegating work to a subagent — implementation, review, research, or exploration. Use when a task benefits from a fresh context window, parallel execution, or isolated scope.
Skill Claude CodeCodex
When applying debugging techniques during any investigation — root cause tracing, bisect, defense-in-depth. Enforces hypothesis-first analysis and prohibits guess-and-check changes. Use standalone or inside the debug-issue workflow.
Skill Claude CodeCodex
Post-task checklist for CHANGELOG, TIMELOG, SYMBOLS/MAP, RESUME, and memory commits. Execute after completing a task that modified files outside .memory/. Do NOT run for pure discussion, memory-only maintenance, or skeleton syncs.
Skill Claude CodeCodex
When decomposing a feature or spec into implementable subtasks, estimating scope, or orchestrating multi-step work across subagents.
Skill Claude CodeCodex
When implementing logic changes during develop-feature or implement-task. Use the Red-Green-Refactor cycle to write a failing test before any production code.
Skill Claude CodeCodex
When designing test strategy, analysing coverage, or writing tests outside the TDD cycle. Also use when working with CI pipelines or validating changes end-to-end.
Skill Claude CodeCodex
When running long feature implementations, parallel branch work, or build/test scripts that must not interfere with the user's active working directory. Creates isolated execution environments via git worktrees in sibling directories.
Plugin Claude Code
Development marketplace for agentskel framework.
Plugin Claude Code
Persistent memory, shared standards, and structured workflows for AI coding agents. Detects project setup and injects agent context automatically.
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing pre-bash-safety.sh, pre-commit-check.sh, pre-memory-push.sh and pre-edit-check.sh (5 commands). From ahmadulhoq/agentskel.
Hook Claude Code
Runs when the agent finishes a response, executing stop-verify.sh. From ahmadulhoq/agentskel.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, Stop) and 38 allowed tools.