Anthropic Document Skills (PDF, DOCX, PPTX, XLSX)
Anthropic's official Claude Skills for working with document formats — fill, merge, and extract data from PDFs, Word files, PowerPoint decks, and Excel spreadsheets inside agent workflows.
Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More.
By leveraging Python SDK / OpenAI API, the application isolates runtime dependencies while maintaining low-latency execution traces across multi-step LLM operations.
Clone thedotmack/claude-mem from GitHub
Install dependencies with pip install -r requirements.txt (or uv sync)
Copy .env.example to .env and add your API keys
Run the skill server and connect your AI client via stdio or HTTP
Anthropic's official Claude Skills for working with document formats — fill, merge, and extract data from PDFs, Word files, PowerPoint decks, and Excel spreadsheets inside agent workflows.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
An Agno agentic system that provides expert software architecture analysis and recommendations using a dual-model approach combining DeepSeek R1's Reasoning and Claude. The system provides detailed technical analysis, implementation...
Advanced AI AgentsA reference implementation demonstrating how to build a multi-agent pipeline that aggregates technical signals from multiple sources, scores them for relevance, assesses risks, and synthesizes an actionable intelligence digest.
Advanced AI AgentsA multi-agent app built on EvoAgentX that turns a single natural-language goal into a working program. It automatically generates a.