Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161

Agent Engineering

Build the agents themselves: prompt structure, tool definitions, evaluation loops, memory and multi-agent orchestration.

30 skills

  1. 01

    MCP Builder

    Skill
    Builds an MCP server from scratch: tool definitions, transport, testing
    0Agent Engineering
  2. 02

    Skill Creator

    Skill
    Walks an agent through writing, testing and tightening a new skill
    0Agent Engineering
  3. 03

    context-guard

    Skill
    Warns before the context window fills, while there is still room.
    0Agent Engineering
  4. 04

    Skill Seekers

    Skill
    Turns documentation sites, repos and PDFs into agent skills.
    0Agent Engineering
  5. 05

    I Have ADHD

    Skill
    Makes the agent answer first and explain afterwards.
    0Agent Engineering
  6. 06

    Planning with Files

    Skill
    Keeps the plan on disk so a context reset cannot erase it.
    0Agent Engineering
  7. 07

    Context Engineering

    Skill
    Curates what the agent sees, in five layers from rules file to chat history.
    0Agent Engineering
  8. 08

    Planning and Task Breakdown

    Skill
    Turns a spec into ordered tasks with explicit acceptance criteria.
    0Agent Engineering
  9. 09

    MCP Security Audit

    Skill
    Checks .mcp.json entries before an agent is allowed to load them.
    0Agent Engineering
  10. 10

    Prompt Optimizer

    Skill
    Turns a rough request into one finished prompt meant to be pasted into a chat window.
    0Agent Engineering
  11. 11

    Claude Code Game Studios

    Skill
    Runs a solo game project the way a studio runs one, with roles and gates.
    0Agent Engineering
  12. 12

    MemSearch

    Skill
    Keeps one memory store that several coding agents read from and write to.
    0Agent Engineering
  13. 13H

    Harness

    Skill
    Turns a description of your domain into an agent team and the skill files that team uses.
    0Agent Engineering
  14. 14

    BrowserAct Skills

    Skill
    Gives an agent a real browser it drives over a CLI, with sessions kept apart.
    0Agent Engineering
  15. 15

    Ars Contexta

    Skill
    Builds a personal note system out of a conversation about how you work.
    0Agent Engineering
  16. 16

    Writing Skills

    Skill
    Treats a new skill as production code and makes you watch an agent fail before writing it.
    0Agent Engineering
  17. 17

    Requesting Code Review

    Skill
    Sends a reviewer subagent the diff and the requirements, not the session history.
    0Agent Engineering
  18. 18

    Subagent-Driven Development

    Skill
    Hands each plan task to a fresh subagent and gates it behind a mandatory review.
    0Agent Engineering
  19. 19

    Writing Plans

    Skill
    Turns a spec into a step-by-step plan an engineer new to the codebase can follow.
    0Agent Engineering
  20. 20

    Browsing (Superpowers Chrome)

    Skill
    Controls an already-running Chrome over DevTools Protocol, logged-in tabs included.
    0Agent Engineering
  21. 21

    Skill Security Auditor

    Skill
    Scans a third-party agent skill for hostile code before it is installed.
    0Agent Engineering
  22. 22

    Using Superpowers

    Skill
    The entry point that forces a skill lookup before the agent says or does anything.
    0Agent Engineering
  23. 23

    MCP CLI

    Skill
    Calls MCP servers from the command line instead of wiring them in permanently.
    0Agent Engineering
  24. 24

    RAG Implementation

    Skill
    Builds retrieval pipelines that ground answers in real documents.
    0Agent Engineering