Explore

Find agent skills by outcome

79,595 skills indexed with the new KISS metadata standard.

Showing 24 of 79,595Categories: Data & Insights, Education, Coding & Debugging, General, Cursor-rules
General
PromptBeginner5 minmarkdown

- Calculate dependency metrics: fan-in (how many modules depend on this)

fan-out (how many modules this depends on)

0
General
PromptBeginner5 minmarkdown

- Trace request lifecycle from entry point through middleware

handlers

0
General
PromptBeginner5 minmarkdown

- Document service discovery mechanisms

load balancer configurations

0
General
PromptBeginner5 minmarkdown

- Identify empty directories

orphaned files

0
General
PromptBeginner5 minmarkdown

- Detect server entry points across frameworks (Express

Django

0
General
PromptBeginner5 minmarkdown

- Identify CLI tools

background workers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Ensure no sensitive data (secrets

API keys

0
General
PromptBeginner5 minmarkdown

- Classify directories by role: source

test

0
General
PromptBeginner5 minmarkdown

- Surface files with no test coverage

no documentation

0
General
PromptBeginner5 minmarkdown

- Detect high-risk files by cross-referencing change frequency

bug-fix commits

0
General
PromptBeginner5 minmarkdown

- Catalog external dependencies with version constraints

license types

0
General
PromptBeginner5 minmarkdown

- Identify circular dependencies

tightly coupled modules

0
General
PromptBeginner5 minmarkdown

- Annotate each entry point and boundary with its file path

purpose

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Document API routes

event handlers

0
General
PromptBeginner5 minmarkdown

- Identify shared libraries

utility packages

0
General
PromptBeginner5 minmarkdown

- Record total file count

total line count

0
General
PromptBeginner5 minmarkdown

- Locate application entry points by scanning for main functions

server bootstrap files

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Trace module boundaries by identifying package exports

public API surfaces

0
General
PromptBeginner5 minmarkdown

- Detect monorepo structures by locating workspace configurations

multiple package manifests

0
General
PromptBeginner5 minmarkdown

- Identify the framework

language

0
General
PromptBeginner5 minmarkdown

- Catalog configuration files (environment configs

CI/CD pipelines

0
General
PromptBeginner5 minmarkdown

- Log the staleness assessment with specific metrics (days since update

commit count

0
General
PromptBeginner5 minmarkdown

- Build a hierarchical directory tree capturing folder depth

file counts

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Run parallel glob searches across the five focus areas: source code

tests

0