Explore

Find agent skills by outcome

81,191 skills indexed with the new KISS metadata standard.

Showing 24 of 81,191Categories: Product & Growth, Coding & Debugging, General, Data, Communication
General
PromptBeginner5 minmarkdown

- **Missing entry points**: No identifiable main function

server bootstrap

0
General
PromptBeginner5 minmarkdown

- Identify extension points

plugin interfaces

0
General
PromptBeginner5 minmarkdown

- **Circular dependencies**: Modules that depend on each other in a cycle

creating tight coupling and testing difficulties.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Map the public API surface with all exported functions

classes

0
General
PromptBeginner5 minmarkdown

- Catalog supported platforms

runtime requirements

0
General
PromptBeginner5 minmarkdown

- Catalog background job processors

event handlers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Identify code paths with no error handling

no logging

0
General
PromptBeginner5 minmarkdown

- Map each service as an independent unit with its own entry point

dependencies

0
General
PromptBeginner5 minmarkdown

- Map the request lifecycle from HTTP entry through middleware

routing

0
General
PromptBeginner5 minmarkdown

- Implement tiered staleness thresholds: minor drift (1-7 days)

moderate drift (7-30 days)

0
General
PromptBeginner5 minmarkdown

- Rank risk by combining change frequency

complexity metrics

0
General
PromptBeginner5 minmarkdown

- Detect and skip binary files

media assets

0
General
PromptBeginner5 minmarkdown

- Lead with the most important structural information: entry points

core modules

0
Data
PromptBeginner5 minmarkdown

- Include only actionable metadata (paths

roles

0
General
PromptBeginner5 minmarkdown

- [ ] No secrets

credentials

0
General
PromptBeginner5 minmarkdown

- [ ] Entry points

service boundaries

0
General
PromptBeginner5 minmarkdown

After generating or updating the index

verify:

0
Data
PromptBeginner5 minmarkdown

- No sensitive data (secrets

credentials

0
General
PromptBeginner5 minmarkdown

- High-risk files (frequent bug fixes

high complexity

0
General
PromptBeginner5 minmarkdown

- Surface configuration schema files (JSON Schema

YAML validation

0
General
PromptBeginner5 minmarkdown

- Catalog CI/CD pipeline definitions

Dockerfiles

0
General
PromptBeginner5 minmarkdown

- Dependency metrics (fan-in

fan-out

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Find OpenAPI/Swagger specifications

GraphQL schemas

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Omit generated code

vendored dependencies

0