87103 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

ln-161-skill-creator

Creates .claude/commands from procedural doc sections. Use when transforming documentation prose into executable skill files.

levnikolaevich
levnikolaevich
29647

ln-162-skill-reviewer

Reviews skills (D1-D11 + M1-M6 criteria) or .claude/commands for quality. Use when validating skill correctness before release.

levnikolaevich
levnikolaevich
29647

ln-512-tech-debt-cleaner

Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup.

levnikolaevich
levnikolaevich
29647

ln-513-regression-checker

Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.

levnikolaevich
levnikolaevich
29647

ln-913-community-debater

Launches RFC and debate discussions on GitHub. Use when proposing changes that need community input or voting.

levnikolaevich
levnikolaevich
29647

ln-814-optimization-executor

Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.

levnikolaevich
levnikolaevich
29647

ln-914-community-responder

Responds to unanswered GitHub discussions and issues with codebase-informed replies. Use when clearing community question backlog.

levnikolaevich
levnikolaevich
29647

ln-820-dependency-optimization-coordinator

Upgrades dependencies across all detected package managers. Use when updating npm, NuGet, or pip packages project-wide.

levnikolaevich
levnikolaevich
29647

ln-821-npm-upgrader

Upgrades npm/yarn/pnpm dependencies with breaking change handling. Use when updating JavaScript/TypeScript dependencies.

levnikolaevich
levnikolaevich
29647

ln-1000-pipeline-orchestrator

Drives a Story through full pipeline (tasks, validation, execution, quality). Use when executing a Story end-to-end from kanban board.

levnikolaevich
levnikolaevich
29647

ln-020-codegraph

Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring.

levnikolaevich
levnikolaevich
29647

ln-015-hex-line-uninstaller

Removes hex-line hooks, output style, and cached files from the system. Use when hex-line MCP needs to be fully uninstalled.

levnikolaevich
levnikolaevich
29647

ln-014-agent-instructions-manager

Creates missing instruction files (CLAUDE.md, AGENTS.md, GEMINI.md), audits token budget, prompt cache safety, cross-agent consistency. Use after setup or when instruction files need alignment.

levnikolaevich
levnikolaevich
29647

ln-013-config-syncer

Syncs skills, MCP settings, and hooks from Claude Code to Gemini CLI and Codex CLI via symlinks and config conversion. Use when agent configs need alignment.

levnikolaevich
levnikolaevich
29647

ln-810-performance-optimizer

Multi-cycle performance optimization with profiling and bottleneck analysis. Use when optimizing application performance.

levnikolaevich
levnikolaevich
29647

ln-811-performance-profiler

Profiles runtime performance with CPU, memory, and I/O metrics. Use when measuring bottlenecks before optimization.

levnikolaevich
levnikolaevich
29647

ln-812-optimization-researcher

Researches competitive benchmarks and generates optimization hypotheses for identified bottlenecks. Use after profiling.

levnikolaevich
levnikolaevich
29647

ln-813-optimization-plan-validator

Validates optimization plan via multi-agent review before execution. Use when verifying feasibility of optimization hypotheses.

levnikolaevich
levnikolaevich
29647

ln-652-transaction-correctness-auditor

Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness.

levnikolaevich
levnikolaevich
29647

ln-653-runtime-performance-auditor

Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, redundant copies. Use when auditing runtime performance.

levnikolaevich
levnikolaevich
29647

ln-651-query-efficiency-auditor

Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency.

levnikolaevich
levnikolaevich
29647

ln-654-resource-lifecycle-auditor

Checks session scope mismatch, missing cleanup, pool config, error path leaks, resource holding. Use when auditing resource lifecycle.

levnikolaevich
levnikolaevich
29647

ln-723-seed-data-generator

Generates seed data from ORM schemas or entity definitions to any target format. Use when populating databases for development.

levnikolaevich
levnikolaevich
29647

ln-724-artifact-cleaner

Removes platform-specific artifacts from Replit, StackBlitz, CodeSandbox, Glitch. Use when preparing exported projects for production.

levnikolaevich
levnikolaevich
29647

ln-647-env-config-auditor

Checks env var config sync, missing defaults, naming conventions, startup validation. Use when auditing environment configuration.

levnikolaevich
levnikolaevich
29647

ln-650-persistence-performance-auditor

Coordinates persistence and performance audit across queries, transactions, runtime, and resource lifecycle. Use when auditing data layer performance.

levnikolaevich
levnikolaevich
29647

ln-002-session-analyzer

Analyzes current or recent session for errors, inefficiencies, and improvement opportunities across skills, tools, hooks, and communication. Use after completing a task or periodically.

levnikolaevich
levnikolaevich
29647

ln-001-push-all

Commits and pushes all changes (staged, unstaged, untracked) to remote. Use when you need a quick push of everything at once.

levnikolaevich
levnikolaevich
29647

ln-010-dev-environment-setup

Installs agents, configures MCP servers, syncs configs, creates and audits instructions. Use after setup or when agents/MCP need alignment.

levnikolaevich
levnikolaevich
29647

ln-514-test-log-analyzer

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

levnikolaevich
levnikolaevich
29647

ln-520-test-planner

Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning.

levnikolaevich
levnikolaevich
29647

ln-521-test-researcher

Researches real-world problems, competitor solutions, and customer complaints for a feature domain. Use before test planning to ground tests in actual user pain points.

levnikolaevich
levnikolaevich
29647

ln-522-manual-tester

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

levnikolaevich
levnikolaevich
29647

ln-523-auto-test-planner

Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Use when Story needs a test task with prioritized scenarios.

levnikolaevich
levnikolaevich
29647

ln-610-docs-auditor

Coordinates audit of project knowledge surfaces: markdown documentation plus inline code documentation (comments/docstrings). Use when auditing project documentation.

levnikolaevich
levnikolaevich
29647

ln-611-docs-structure-auditor

Checks hierarchy, links, SSOT, compression, requirements compliance, freshness, legacy cleanup. Use when auditing documentation structure.

levnikolaevich
levnikolaevich
29647

ln-612-semantic-content-auditor

Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.

levnikolaevich
levnikolaevich
29647

ln-613-code-comments-auditor

Checks inline code documentation quality: WHY-not-WHAT, density, forbidden content, docstrings quality, actuality, legacy cleanup. Use when auditing comments and docstrings.

levnikolaevich
levnikolaevich
29647

ln-614-docs-fact-checker

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

levnikolaevich
levnikolaevich
29647

ln-636-manual-test-auditor

Checks manual test scripts for harness adoption, golden files, fail-fast, config sourcing, idempotency. Use when auditing manual test quality.

levnikolaevich
levnikolaevich
29647

ln-637-test-structure-auditor

Checks test file organization, directory layout, test-to-source mapping, domain grouping, co-location. Use when auditing test structure.

levnikolaevich
levnikolaevich
29647

ln-643-api-contract-auditor

Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Use when auditing API contracts.

levnikolaevich
levnikolaevich
29647

ln-644-dependency-graph-auditor

Builds dependency graph, detects cycles, validates boundary rules, calculates coupling metrics (Ca/Ce/I). Use when auditing dependency structure.

levnikolaevich
levnikolaevich
29647

ln-645-open-source-replacer

Discovers custom modules replaceable by OSS, evaluates alternatives (stars, license, CVE), generates migration plan. Use when reducing custom code.

levnikolaevich
levnikolaevich
29647

ln-646-project-structure-auditor

Checks file hygiene, ignore files, framework conventions, domain/layer organization, naming. Use when auditing project structure.

levnikolaevich
levnikolaevich
29647

MonteCarlo

Run Monte Carlo simulations for Finance Guru portfolio strategy. USE WHEN user mentions monte carlo OR run simulation OR stress test portfolio OR probability analysis OR income projections OR margin safety analysis. Supports 4-layer portfolio (Growth, Income, Hedge, GOOGL) with auto-detection of current values from Fidelity CSV.

aojdevstudio
aojdevstudio
29389

retirement-syncing

Sync retirement account data from Vanguard and Fidelity CSV exports to Google Sheets DataHub. Handles multiple accounts, aggregates holdings by ticker, and updates quantities in retirement section (rows 46-62). Triggers on sync retirement, update retirement, vanguard sync, 401k update, IRA sync, or working with notebooks/retirement-accounts/ files.

aojdevstudio
aojdevstudio
29389

margin-management

Update Margin Dashboard with Fidelity balance data and calculate margin-living strategy metrics. Monitors margin balance, interest costs, coverage ratios, and scaling thresholds. Triggers safety alerts for large draws and provides time-based scaling recommendations. Use when updating margin, balances, coverage ratio, or margin strategy analysis.

aojdevstudio
aojdevstudio
29389

formula-protection

Prevent accidental modification of sacred spreadsheet formulas in Google Sheets Portfolio Tracker. Blocks edits to GOOGLEFINANCE formulas, calculated columns, and total rows. Allows only IFERROR wrappers, fixing broken references, and expanding ranges. Triggers on update formula, modify column, fix errors, or any attempt to edit formula-based cells.

aojdevstudio
aojdevstudio
29389

fin-guru-strategize

Develop comprehensive portfolio strategies from quantitative analysis. Integrates margin, dividend, and cash-flow tactics into actionable wealth-building plans.

aojdevstudio
aojdevstudio
29389

Page 426 of 1743 · 87103 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.