Explore

Find agent skills by outcome

134,922 skills indexed with the new KISS metadata standard.

Showing 24 of 134,922Categories: Coding & Debugging, Writing & Content, Data, General, Research & Learning
General
PromptBeginner5 minmarkdown

Windsurf Rules

Guidelines for creating and maintaining Windsurf rules to ensure consistency and effectiveness.

0
General
PromptBeginner5 minmarkdown

Taskmaster

Comprehensive reference for Taskmaster MCP tools and CLI commands.

0
General
PromptBeginner5 minmarkdown

Self Improve

Guidelines for continuously improving Windsurf rules based on emerging code patterns and best practices.

0
General
PromptBeginner5 minmarkdown

Dev Workflow

Guide for using Taskmaster to manage task-driven development workflows

0
General
PromptBeginner5 minmarkdown

Self Improve.mdc

Guidelines for continuously improving Cursor rules based on emerging code patterns and best practices.

0
General
PromptBeginner5 minmarkdown

Cursor Rules.mdc

Guidelines for creating and maintaining Cursor rules to ensure consistency and effectiveness.

0
General
PromptBeginner5 minmarkdown

youtube-scripter

Generate Hindi+English mixed YouTube scripts for Dr. Shailesh

0
General
PromptBeginner5 minmarkdown

Voice Analyzer Skill

Extract writing patterns from approved content to enable self-improving voice consistency across all content formats.

0
General
PromptBeginner5 minmarkdown

tweet-generator

Generate Twitter threads, atomic essays, and single tweets

0
General
PromptBeginner5 minmarkdown

newsletter-writer

Generate patient and doctor-facing medical newsletters

0
General
PromptBeginner5 minmarkdown

knowledge-base-builder

Automatically research and build knowledge base for a topic

0
General
PromptBeginner5 minmarkdown

inshorts-writer

Generate ultra-concise Inshorts-style posts (<400 chars)

0
General
PromptBeginner5 minmarkdown

infographic-generator

Generate data-driven Instagram infographics

0
General
PromptBeginner5 minmarkdown

Editorial Writer Skill

**Purpose:** Generate LinkedIn mini-editorials (500-600 words) for doctor-facing audience based on recent interventional cardiology trials.

0
General
PromptBeginner5 minmarkdown

content-repurposer

Convert existing content across all formats

0
General
PromptBeginner5 minmarkdown

carousel-generator

Generate Instagram carousels from Twitter threads or content

0
General
PromptBeginner5 minmarkdown

blog-writer

Generate long-form blog posts (800-2000 words)

0
General
PromptBeginner5 minmarkdown

article-writer

Generate newspaper/magazine-style long-form articles

0
General
PromptBeginner5 minmarkdown

Check the current project health status. Do the following:

1. Read `.issues/` directory and list all open issues (files with `open` in the name or status). Summarise each open issue in one line: ID, title, severity.

0
General
PromptBeginner5 minmarkdown

Run a guided smoke test of all main user flows. Walk through each flow and report pass/fail:

**Flow 1: Health check**

0
General
PromptBeginner5 minmarkdown

Run an end-to-end ingestion test using a real transcript. Do the following:

1. Check if `tests/fixtures/` has a transcript beyond `sample.vtt`. If so, use it. If not, use `tests/fixtures/sample.vtt`.

0
General
PromptBeginner5 minmarkdown

Implement a pure function using TDD. Argument: function name and purpose.

1. Write the test file first (`*.test.ts` colocated next to the source file).

0
General
PromptBeginner5 minmarkdown

Start a new feature implementation. Argument: feature description.

1. Read the relevant CLAUDE.md files for the directories you'll touch.

0
General
PromptBeginner5 minmarkdown

Run all validation checks before committing:

1. `just lint` — ESLint passes

0