Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.
Enables a persistent dual-layer (Short/Long term) memory system for the agent using local files.
Guide for integrating Agentica SDK with Claude Code CLI proxy
Guide for integrating Agentica SDK with Claude Code CLI proxy
Manage Git commits using conventional commit format with atomic staging. Use when committing changes, staging files, or creating commit messages.
Uses Jujutsu (jj) version control instead of git. Triggers on: version control, commits, branches, push, pull, rebase in repos with .jj/ directory.
TypeScript standards and best practices with modern tooling. Use when working with TypeScript or TypeScript React files.
Regular expression creation, testing, debugging and explanation guide.
This skill should be used when the user asks to "configure Biome", "extend biome config", "set up BiomeJS", "add biome overrides", "biome lint-staged", "fix biome errors", or mentions biome.jsonc,...
Work autonomously until task is complete with self-correction loop. No questions asked - makes decisions based on evidence (console errors, screenshots, test results). Use when you want continuous...
Hand off a task to Codex CLI for autonomous execution. Use when a task would benefit from a capable subagent to implement, fix, investigate, or review code. Codex has full codebase access and can...
Creating and developing startup hooks for Claude Code on the web. Use when the user wants to set up a repository for Claude Code on the web, create a SessionStart hook to ensure their project can...
Use when analyzing fix commits to create postmortems, checking code changes against known issues before release, or updating postmortem knowledge base after release. Triggers on /postmortem...
PostgreSQL best practices: multi-tenancy with RLS, schema design, Alembic migrations, async SQLAlchemy, and query optimization.
Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct
Regular expression oluşturma, test etme, debug ve açıklama rehberi.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures...
Translate EPUB (.epub) ebooks to another language by unpacking the EPUB container, extracting XHTML block-level fragments into JSONL translation units, translating them via the OpenAI Responses...
Iterative implementation loop with review checkpoints. Use for multi-step tasks that benefit from chunked execution and verification. Adapts to project-specific conventions via .ralph.md guidance file.
Expert guidance for LangChain and LangGraph development with Python, covering chain composition, agents, memory, and RAG implementations.