Back to categories
Category

Agent Skills in category: Uncategorized

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

security-leak-guardrails

Sets up secret-leak prevention guardrails with forbidden path checks, gitleaks config, CI secret scanning, and dependency updates. Use when hardening repos against credential leaks or when adding gitleaks, trufflehog, git hooks, or security checks.

regenrek
regenrek
254

heypocket-reader

Read transcripts and summaries from Pocket AI (heypocket.com) recording devices. Use when users want to retrieve, search, or analyze their Pocket recordings, transcripts, summaries, or action items.

tmustier
tmustier
4

agentdb-state-manager

|

stharrold
stharrold
2

git-workflow-manager

|

stharrold
stharrold
2

initialize-repository

|

stharrold
stharrold
2

tech-stack-adapter

|

stharrold
stharrold
2

workflow-orchestrator

|

stharrold
stharrold
2

workflow-utilities

|

stharrold
stharrold
2

kubernetes-debugger

|

rodrigodelmonte
rodrigodelmonte
2

ai-research

Automates AI briefing preparation and technology research. Use for regular updates on AI trends, tools, and models relevant to the job search.

IgorWarzocha
IgorWarzocha
61

analyze-job-post

Analyzes a job offer for fit with the Candidate's profile and recommends an application strategy. Use before considering a new job offer.

IgorWarzocha
IgorWarzocha
61

create-application

Orchestrates the creation of a full job application package. Triggers whenever the user shares a new job posting, provides a link/URL, pastes a job description or specification, or uses phrases like "apply for this job", "create application package", or "draft application". Generates CV, cover letter, and tracking files using the Candidate Profile.

IgorWarzocha
IgorWarzocha
61

market-research

Automates collecting and analyzing job market data and trends. Use for cyclical monitoring of sectors, salaries, and skills demand.

IgorWarzocha
IgorWarzocha
61

prep-interview

Prepares a complete interview plan based on the Candidate Profile and company research. Use after receiving an invitation.

IgorWarzocha
IgorWarzocha
61

research-company

Conducts deep company research and creates a dossier to support applications. Use before applying, interviewing, or for cultural fit assessment.

IgorWarzocha
IgorWarzocha
61

setup-wizard

>

IgorWarzocha
IgorWarzocha
61

track-application

Manages the application process, tracks statuses, and handles follow-up. Use after sending an application and for updates.

IgorWarzocha
IgorWarzocha
61

update-leads

Updates the list of job leads and prioritizes actions. Use for weekly lead review.

IgorWarzocha
IgorWarzocha
61

clarify

Ask questions if underspecified. Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

paulopacitti
paulopacitti
21

agent-mail

Multi-agent coordination via agent-mail CLI. Use when communicating with other agents, coordinating file access, sending/receiving messages, checking inbox, or reserving files. Triggers on "send message to agent", "check inbox", "reserve files", "coordinate with other agents", multi-agent workflows, file reservations, acknowledgements, "list agents", "delete agent", "clean up agents", "purge agents".

jwcraig
jwcraig
3

hugo-blog

A set of resources to help me write blog posts for hugozhu.site

hugozhu
hugozhu
3

adversarial-code-review

Review code through hostile perspectives to find bugs, security issues, and unintended consequences the author missed. Use when reviewing PRs, auditing codebases, or before critical deployments.

third774
third774
3

agent-skills

Author and improve Agent Skills following the agentskills.io specification. Use when creating new SKILL.md files, modifying existing skills, reviewing skill quality, or organizing skill directories with proper naming, descriptions, and progressive disclosure.

third774
third774
3

beautiful-mermaid

Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.

third774
third774
3

customizing-opencode

Configure OpenCode via opencode.json, agents, commands, MCP servers, custom tools, plugins, themes, keybinds, and permissions. Use when setting up or modifying OpenCode configuration.

third774
third774
3

documenting-code-comments

Standards for writing self-documenting code and best practices for when to write (and avoid) code comments. Use when auditing, cleaning up, or improving inline code documentation.

third774
third774
3

eslint-plugin

Author custom ESLint plugins and rules with test-driven development. Supports flat config (ESLint 9+) and legacy formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers and type-aware rules. Use when creating or modifying ESLint rules, plugins, custom linting logic, or authoring auto-fixers.

third774
third774
3

index-knowledge

Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation. Use when running /init, onboarding to a new codebase, bootstrapping project documentation, or regenerating stale AGENTS.md files.

third774
third774
3

jscodeshift-codemods

Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring.

third774
third774
3

natural-writing

Write like a human, not a language model. Avoid AI-tell vocabulary, formulaic structures, and hollow emphasis. Apply to ALL written output including prose, documentation, comments, and communication. Use when drafting prose, documentation, comments, or any written output that should sound human.

third774
third774
3

opensrc

Fetch source code for npm, PyPI, or crates.io packages and GitHub/GitLab repos to provide AI agents with implementation context beyond types and docs. Use when needing to understand how a library works internally, debug dependency issues, or explore package implementations.

third774
third774
3

ralph-prd

Generate structured prd.json files for autonomous agent loops (Ralph Wiggum pattern). Use when planning bulk/batch tasks, migrations, refactoring campaigns, or any work that can be decomposed into independent items with verification steps.

third774
third774
3

refactoring-code

Improve code structure while preserving behavior with test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.

third774
third774
3

remotion-best-practices

Best practices for Remotion - Video creation in React

remotionvideoreactanimation
third774
third774
3

slidev

Markdown-based presentation slides powered by Vue and Vite. Use when creating slide decks, technical presentations, conference talks, or any presentation that benefits from code highlighting, diagrams, and web technologies.

third774
third774
3

swiftui-expert-skill

Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.

third774
third774
3

systematic-debugging

Four-phase debugging framework with root cause tracing - understand the source before proposing fixes. Use when investigating bugs, errors, unexpected behavior, or failed tests.

third774
third774
3

verification-before-completion

Run verification commands before claiming work is complete or fixed. Use before asserting any task is done, bug is fixed, tests pass, or feature works.

third774
third774
3

visualizing-with-mermaid

Create professional Mermaid diagrams with proper styling and visual hierarchy. Use when creating flowcharts, sequence diagrams, state machines, class diagrams, or architecture visualizations.

third774
third774
3

writing-tests

Write behavior-focused tests following Testing Trophy model with real dependencies, avoiding common anti-patterns like testing mocks and polluting production code. Use when writing new tests, reviewing test quality, or improving test coverage.

third774
third774
3

xcodebuildmcp

Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

third774
third774
3

clarity-gate

Pre-ingestion verification for epistemic quality in RAG systems. Ensures documents are properly qualified before entering knowledge bases. Produces CGD (Clarity-Gated Documents) and validates SOT (Source of Truth) files.

frmoretto
frmoretto
212

code-smell-detection

Use when reviewing code quality, before refactoring, when complexity increases, when code feels "hard to change", during code review, or when onboarding to unfamiliar code - systematic identification of code smells with specific refactoring recipes

HTRamsey
HTRamsey
3

hook-creator

Create native Claude Code hooks in ~/.claude/hooks/. Use when adding event-triggered automation (PreToolUse, PostToolUse, Stop, etc.).

HTRamsey
HTRamsey
3

incremental-implementation

Use when building multi-day features, avoiding long-lived branches, features taking >1 day, changes touching multiple systems, or high-risk changes needing gradual rollout - break features into deployable increments that each provide value

HTRamsey
HTRamsey
3

mcp-cli

On-demand MCP server access via CLI without adding to settings.json. Use when exploring MCP server capabilities before installing, making one-off calls, testing MCP servers during development, or avoiding context pollution from rarely-used servers.

HTRamsey
HTRamsey
3

memory-management-optimization

Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, or profiling shows memory bottleneck. Covers C++ (Valgrind, ASAN, RAII), Python (tracemalloc, objgraph), and general patterns.

HTRamsey
HTRamsey
3

multi-llm

Route tasks to optimal LLM provider (Gemini, Codex, Copilot, Claude)

HTRamsey
HTRamsey
3

pdf

Comprehensive PDF manipulation toolkit for extracting text/tables, creating PDFs, merging/splitting, and handling forms.

HTRamsey
HTRamsey
3

skill-creator

Create skills that extend Claude with specialized knowledge and workflows. Use when Claude needs to learn a methodology or approach.

HTRamsey
HTRamsey
3

Page 1222 of 1444 · 72198 results