Skill Vault

A curated codex of AI-agent skills — browse, search, and filter by category or tag.

Category
Tag
Prompt Engineering

Prompt Engineering Fundamentals

How to structure prompts for reliable LLM responses.

  • prompting
  • llm
  • fundamentals
Code Review

Structured Code Review

A repeatable checklist for reviewing code changes.

  • code-review
  • quality
  • process
Retrieval

Retrieval: Ground Answers in Evidence

Fetch relevant context before answering, then cite it.

  • retrieval
  • rag
  • evidence
Tool Use

Tool Use: Call Functions Deliberately

Decide when and how to invoke external tools from an agent.

  • tool-use
  • agents
  • functions
Memory Management

Memory Management for Agents

Decide what to remember, what to forget, and how to recall it.

  • memory
  • agents
  • persistence