Explore

Find agent skills by outcome

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

Showing 24 of 82,595Categories: Productivity, Coding & Debugging, General, Data
General
PromptBeginner5 minmarkdown

In `TODO_repo-indexer.md`

include:

0
General
PromptBeginner5 minmarkdown

- The repository being indexed and its current state (language

framework

0
Coding & Debugging
PromptBeginner5 minmarkdown

- The target consumers of the index (other agents

developers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Sensitive data in index**: Credentials

API keys

0
General
PromptBeginner5 minmarkdown

- **Knowledge silos**: Modules where all recent commits come from a single author

creating bus-factor risk.

0
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
Productivity
PromptBeginner5 minmarkdown

- Automate re-indexing triggers via git hooks

CI pipeline steps

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