Back to categories
Category

Agent Skills in category: Uncategorized

72242 skills match this category. Browse curated collections and explore related Agent Skills.

agent-prompting

Write effective prompts for Task tool sub-agents, slash commands, and system prompts. Covers Claude 4.x prompting patterns, context engineering, output format specification, and parallel delegation. Use when spawning sub-agents, creating slash commands, or writing system prompts.

randalmurphal
randalmurphal
0

AI Documentation Standards

Write AI-readable documentation using context engineering principles, nested AGENTS.md hierarchy (CLAUDE.md is a thin shim), .claude/rules/ with path-scoping, structured formats, and the litmus test. Use when writing documentation, updating docs, or optimizing existing docs.

randalmurphal
randalmurphal
0

brainstorm

Use when starting any non-trivial feature, design, or behavior change - before writing code or creating tasks. Guides collaborative design exploration through focused questioning to produce a validated spec.

randalmurphal
randalmurphal
0

MCP Integration

Set up and use MCP (Model Context Protocol) servers to extend Claude Code capabilities including PRISM semantic memory, filesystem access, and database integration. Use when setting up MCP servers, debugging MCP connections, or understanding MCP tool usage.

randalmurphal
randalmurphal
0

plasma6-panel-config

Configure KDE Plasma 6 panels, widgets, digital clock fonts, and Panel Colorizer styling. Use when modifying panel appearance, copying panel configs between monitors, fixing widget fonts, or troubleshooting Panel Colorizer not applying styles.

randalmurphal
randalmurphal
0

Python Style Standards

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Run python-code-quality script for automated checks (ruff + pyright + security). Use when writing new Python code or reviewing code quality.

randalmurphal
randalmurphal
0

ralph-loop

Use when setting up autonomous agent execution loops for a project. Takes a completed design doc and produces IMPLEMENTATION.md, PROMPT files per loop, progress trackers, cross-validation, and ralph.sh runner. Use after brainstorming/design is done, before coding starts.

randalmurphal
randalmurphal
0

receiving-code-review

Use when receiving code review feedback - before implementing suggestions, especially if feedback seems unclear or technically questionable. Requires technical verification and honest evaluation, not performative agreement.

randalmurphal
randalmurphal
0

review-initiative

Use after /breakdown-work or manual initiative creation, before running tasks. Use when initiative has 5+ tasks, multiple dependencies, or references a design document.

randalmurphal
randalmurphal
0

spec-formats

Templates for brainstorm artifacts and manifest.json. Load when using /spec.

randalmurphal
randalmurphal
0

systematic-debugging

Use when debugging any failure, bug, or unexpected behavior - especially before attempting any fix. Enforces root cause investigation before implementation to prevent fix-thrashing and symptom-masking.

randalmurphal
randalmurphal
0

test-driven-development

Use when implementing any feature, bug fix, or behavior change - before writing implementation code. Enforces strict RED-GREEN-REFACTOR cycle where tests are written and seen failing before any production code exists.

randalmurphal
randalmurphal
0

verification-before-completion

Use before claiming any task is complete, any test passes, any build succeeds, or any fix works. Prevents false completion claims by requiring fresh verification evidence before every success statement.

randalmurphal
randalmurphal
0

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work correctly. Applies TDD methodology to process documentation - test with pressure scenarios, write the skill, verify compliance.

randalmurphal
randalmurphal
0

command-creator

Create custom slash commands for AI coding assistants.

cardoso-neto
cardoso-neto
0

git-version-control

Always use this skill when using git!

cardoso-neto
cardoso-neto
0

markdown

Always use this skill when writing or editing markdown files!

cardoso-neto
cardoso-neto
0

cc-convo-explorer

Explore and search previous Claude Code conversations stored in ~/.claude/projects/

cardoso-neto
cardoso-neto
0

pdf-to-markdown

Extracting text and tables, merging/splitting documents. Use when needing to convert PDFs while preserving some structure.

cardoso-neto
cardoso-neto
0

programming

Always use this skill when writing or editing code of any sort!

cardoso-neto
cardoso-neto
0

python

Always use this skill when writing or editing python code!

cardoso-neto
cardoso-neto
0

software-testing

Always use this skill when writing or editing software tests!

cardoso-neto
cardoso-neto
0

commit

Auto-commit with smart branching. Use when asked to commit, push changes,

mir
mir
0

data-analyst

Data analysis master. Use when asked to query a database, explore schema,

mir
mir
0

demo-page

Create a polished, self-contained HTML demo page from any source material

mir
mir
0

google-docs-sheets

Export Google Docs and Google Sheets (spreadsheets) to Markdown files

mir
mir
0

jira-confluence

Access Jira issues and Confluence pages via Python scripts with OAuth

mir
mir
0

week-report

Prepare weekly management report. Use when asked to create a weekly report,

mir
mir
0

task-manager

Manage development tasks via md-task-mcp MCP server. Use when user asks about tasks, projects, or task management.

alexsteeel
alexsteeel
0

crew-claude

Complete development workflow for Claude Code

settlemint
settlemint
5

crew-codex

Complete development workflow for Codex

settlemint
settlemint
5

git-workflow

Git workflow commands: commit, branch, pr, push, sync, review, fixup, update-pr, commit-push, clean-gone, status, merge. Use with command argument.

settlemint
settlemint
5

reviewers

4400+ curated code review prompts from leading open-source repositories

settlemint
settlemint
5

workflow-improver

Evaluate session using OpenAI eval-skills framework (Outcome/Process/Style/Efficiency). Analyzes session transcript vs Claude Code config to score performance and generate improvement recommendations. Creates GitHub issue with rubric scores and actionable plan.

settlemint
settlemint
5

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

settlemint
settlemint
5

ask-questions-if-underspecified

Clarify requirements before implementing. Use when serious doubts araise.

settlemint
settlemint
5

bash-defensive-patterns

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

settlemint
settlemint
5

bats-testing-patterns

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

settlemint
settlemint
5

better-auth-best-practices

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

settlemint
settlemint
5

claude-automation-recommender

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.

settlemint
settlemint
5

claude-md-improver

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

settlemint
settlemint
5

code-simplifier

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

anthropics
anthropics
5

codeql

Run CodeQL static analysis for security vulnerability detection, taint tracking, and data flow analysis. Use when asked to analyze code with CodeQL, create CodeQL databases, write custom QL queries, perform security audits, or set up CodeQL in CI/CD pipelines.

settlemint
settlemint
5

codex-review

Professional code review skill for Claude Code. Automatically collects file changes and task status. Triggers when working directory has uncommitted changes, or reviews latest commit when clean. Triggers: code review, review, 代码审核, 代码审查, 检查代码

settlemint
settlemint
5

context7

Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.

settlemint
settlemint
5

create-auth-skill

Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.

settlemint
settlemint
5

deslop

Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.

settlemint
settlemint
5

differential-review

>

settlemint
settlemint
5

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

settlemint
settlemint
5

doc-coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

settlemint
settlemint
5

Page 1127 of 1445 · 72242 results