Agent-Skills-for-Context-Engineering
Teach AI agents to manage context, memory, and multi-agent workflows
All Skills in This Repository (24)
Pure Emerald Level Indicatorscontext-engineering-collection
Centralizes best practices for AI agent context engineering.
skill-template
Create new Skill units with a standardized SKILL.md template and YAML frontmatter.
digital-brain
Manage a modular personal knowledge system with append-only JSONL, YAML, and MD data.
reasoning-trace-optimizer
Analyze interleaved thinking traces to detect failure patterns and optimize prompts.
book-sft-pipeline
Convert ePub books into JSONL SFT datasets and train LoRA style models.
comprehensive-research-agent
Organizes source-driven research into a synthesized, citable report.
multi-agent-patterns
Coordinate multi-agent tasks with explicit handoffs and context isolation.
bdi-mental-states
Translate agent cognition prompts into RDF-based BDI mental states linked to world states.
context-degradation
Diagnose context degradation patterns and provide mitigation strategies for agent systems.
context-compression
Summarize long-running agent sessions while tracking modified files and decisions.
memory-systems
Persist agent memory across sessions using multi-layer architecture and temporal knowledge graphs.
advanced-evaluation
Automate LLM output evaluation with direct scoring and pairwise comparisons.
Frequently Asked Questions
FAQPage SchemaHow to install Agent-Skills-for-Context-Engineering?โผ
Run `npx skills add muratcankoylan/Agent-Skills-for-Context-Engineering --all -g -y` in your terminal to install all skills globally.
What is context engineering for AI agents?โผ
It is the practice of curating everything that enters a model's context window, like prompts, tools, and documents, so the agent gets maximum signal within its limited attention budget.
Which AI coding tools work with these skills?โผ
The skills are platform-agnostic and work with Claude Code, Cursor, Codex, GitHub Copilot, and any tool that supports the Agent Skills standard.
How do these skills improve multi-agent systems?โผ
They teach proven patterns for supervisor and swarm architectures, context isolation between agents, memory sharing, and evaluation gates that prevent coordination failures.
Do I need to write code to use these skills?โผ
No. Once installed, your AI agent reads and applies the skills automatically when your task matches, using plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core