muratcankoylanmuratcankoylanCommunityยท24 Agent Skills Included

Agent-Skills-for-Context-Engineering

Teach AI agents to manage context, memory, and multi-agent workflows

Teaches AI agents how to manage context windows, memory, tools, and multi-agent coordination in production systems. Covers context compression, degradation diagnosis, evaluation rubrics, long-horizon prompting, and self-improving agent loops. Eliminates trial-and-error prompt tuning by giving agents proven patterns for building reliable autonomous workflows.
npx skills add muratcankoylan/Agent-Skills-for-Context-Engineering --all -g -y
Available:

Tells the AI agent how the skill collection is organized, which validation gates to run before changing skills, and the workspace rules for tone, approvals, and research loops.

All Skills in This Repository (24)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

context-engineering-collection

Centralizes best practices for AI agent context engineering.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

skill-template

Create new Skill units with a standardized SKILL.md template and YAML frontmatter.

Community
Basic
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

digital-brain

Manage a modular personal knowledge system with append-only JSONL, YAML, and MD data.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

reasoning-trace-optimizer

Analyze interleaved thinking traces to detect failure patterns and optimize prompts.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

book-sft-pipeline

Convert ePub books into JSONL SFT datasets and train LoRA style models.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

comprehensive-research-agent

Organizes source-driven research into a synthesized, citable report.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

multi-agent-patterns

Coordinate multi-agent tasks with explicit handoffs and context isolation.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

bdi-mental-states

Translate agent cognition prompts into RDF-based BDI mental states linked to world states.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

context-degradation

Diagnose context degradation patterns and provide mitigation strategies for agent systems.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

context-compression

Summarize long-running agent sessions while tracking modified files and decisions.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

memory-systems

Persist agent memory across sessions using multi-layer architecture and temporal knowledge graphs.

Community
Advanced
๐Ÿ“ฆ In Repo
muratcankoylanmuratcankoylan

advanced-evaluation

Automate LLM output evaluation with direct scoring and pairwise comparisons.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’