发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Planning with Files
Work like Manus: Use persistent markdown files as your "working memory on disk."
Testing CLAUDE.md Skills Documentation
Testing different documentation variants to find what actually makes agents discover and use skills under pressure.
Planning with Files
Work like Manus: Use persistent markdown files as your "working memory on disk."
Apple Notes CLI
Use `memo notes` to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Inputs expected from conversation state:
if ! safe_http_url "$PDF_URL"; then echo "Invalid PDF URL" >&2 exit 1 fi payload="$(jq -n --arg pdfUrl "$PDF_URL" --arg language "$LANGUAGE" '{pdfUrl:$pdfUrl,language:$language}')"
Demo Document Generator
A skill for generating clean, professional documents with consistent structure.
Lore Knowledge Base
Lore is a research knowledge repository you have access to via MCP tools. It stores documents, meeting notes, interviews, and decisions with full citations — not just summaries, but the original content linked back to its source. Use it to ground your answers in evidence and to preserve important context from your conversations.
Memory File Structure Guide
This document describes the complete structure of ReMe memory files used by the memory-reme skill.
Common User Preferences Reference
This document contains common preference patterns that can be used as templates when adding user preferences to memory.
Self-Improvement Skill
Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.