853 results (9.2ms) page 30 / 43
madeinoz67 / madeinoz-knowledge-system-codebase-explorer exact

Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.

alstonhuang / shared-agent-skills-dual-layer-memory exact

Enables a persistent dual-layer (Short/Long term) memory system for the agent using local files.

parcadei / continuous-claude-v3-agentica-claude-proxy exact

Guide for integrating Agentica SDK with Claude Code CLI proxy

siviter-xyz / dot-agent-semantic-git exact

Manage Git commits using conventional commit format with atomic staging. Use when committing changes, staging files, or creating commit messages.

homburg / agent-skills-using-jj exact

Uses Jujutsu (jj) version control instead of git. Triggers on: version control, commits, branches, push, pull, rebase in repos with .jj/ directory.

siviter-xyz / dot-agent-typescript exact

TypeScript standards and best practices with modern tooling. Use when working with TypeScript or TypeScript React files.

PaulRBerg / dot-agents-biome-js exact

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,...

WebSmartTeam / cor-code-non-stop exact

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...

codex 0.00
0xBigBoss / claude-code-codex exact

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...

ehoyos007 / skill-md-startup-hook-skill exact

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...

jerikchan / postmortem-skill exact

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...

itechmeat / llm-code-postgresql exact

PostgreSQL best practices: multi-tenancy with RLS, schema design, Alembic migrations, async SQLAlchemy, and query optimization.

actionbook / rust-skills-rust-symbol-analyzer exact

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct

rcantarelli11 / shared-skills-conventional-commits exact

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...

eugenepyvovarov / mcpbundler-agent-skills-marketplace-epub-translate exact

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...

cbzehner / claude-skill-double-ralph exact

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.

mindrally / skills-langchain-development exact

Expert guidance for LangChain and LangGraph development with Python, covering chain composition, agents, memory, and RAG implementations.