By netzkontrast
BDI mental state modeling and cognitive architecture patterns for building rational agents with formal belief-desire-intention representations
Activate the `task-executor` skill (L3 Implementation Worker).
Activate the `pipeline-orchestrator` skill (L0 Meta-Orchestrator).
Activate the `story-executor` skill (L1 Story Manager).
Activate the `cross-skill-porter` skill (Cross-Platform Migration Tool).
Display the current workflow pipeline status.
iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.
Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.
Guides implementation of agent memory systems, compares production frameworks (Mem0, Zep/Graphiti, Letta, LangMem, Cognee), and designs persistence architectures for cross-session knowledge retention. Use when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph for agents", "track entities over time", "add long-term memory", "choose a memory framework", or mentions temporal knowledge graphs, vector stores, entity memory, adaptive memory, dynamic memory or memory benchmarks (LoCoMo, LongMemEval).
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
A comprehensive, open collection of Agent Skills combining context engineering knowledge with a standardized AI workflow architecture for building production-grade agent systems. Deployable to Claude Code, Gemini CLI, OpenCode, and Codex.
18 skills · 9 slash commands · L0–L3 workflow hierarchy · Claude → Gemini portation
# Install workflow commands locally
bash bin/install.sh --claude-local
# Then use:
/workflow:orchestrate "Build a REST API with authentication"
/workflow:progress
/workflow:port ./my-claude-skill
npx ai-workflow-skills --all --local
/plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering
/plugin install workflow-execution-layer@ai-workflow-architecture
/plugin install context-engineering-fundamentals@ai-workflow-architecture
Context engineering is the discipline of managing the language model's context window. Unlike prompt engineering, which focuses on crafting effective instructions, context engineering addresses the holistic curation of all information that enters the model's limited attention budget: system prompts, tool definitions, retrieved documents, message history, and tool outputs.
The fundamental challenge is that context windows are constrained not by raw token capacity but by attention mechanics. As context length increases, models exhibit predictable degradation patterns: the "lost-in-the-middle" phenomenon, U-shaped attention curves, and attention scarcity. Effective context engineering means finding the smallest possible set of high-signal tokens that maximize the likelihood of desired outcomes.
This repository is cited in academic research as foundational work on static skill architecture:
"While static skills are well-recognized [Anthropic, 2025b; Muratcan Koylan, 2025], MCE is among the first to dynamically evolve them, bridging manual skill engineering and autonomous self-improvement."
— Meta Context Engineering via Agentic Skill Evolution, Peking University State Key Laboratory of General Artificial Intelligence (2026)
The operational backbone: an L0–L3 agent hierarchy implementing the Universal Agent Workflow standard.
| Skill | Level | Description |
|---|---|---|
| pipeline-orchestrator | L0 | Epic decomposition, kanban_board.md state management, delegation orchestration |
| story-executor | L1 | Epic-to-story decomposition, L3 worker routing |
| task-reviewer | L2 | Exclusive git commit authority; clean code + AC validation |
| task-executor | L3 | Non-committing code generation; minimal-footprint implementation |
| task-rework | L3 | Defect repair with rework-loop detection |
| test-executor | L3 | Non-committing test suite creation; risk-based coverage |
| Skill | Description |
|---|---|
| cross-skill-porter | 5-phase Claude Code → Gemini CLI portation pipeline. Non-destructive. Outputs TEST_RESULTS.md. |
| universal-agent-workflow | Binding standard: abstraction hierarchy, state tracking, Non-Commit Policy |
Foundational:
| Skill | Description |
|---|---|
| context-fundamentals | Context window anatomy, attention mechanics, progressive disclosure |
| context-degradation | Lost-in-middle, context poisoning, distraction, and clash patterns |
| context-compression | Compression strategies, tokens-per-task optimization, probe-based evaluation |
Architectural:
| Skill | Description |
|---|---|
| multi-agent-patterns | Supervisor, swarm, and hierarchical multi-agent architectures |
| memory-systems | Temporal knowledge graphs, vector stores, file-system-as-memory |
| tool-design | Consolidation principle, MCP integration, tool naming conventions |
Operational:
| Skill | Description |
|---|---|
| context-optimization | KV-cache prefix caching, observation masking, context partitioning |
| evaluation | Multi-dimensional rubrics, LLM-as-judge patterns |
| advanced-evaluation | Pairwise comparison, position bias mitigation, production evaluation |
Methodology:
npx claudepluginhub netzkontrast/agent-skills-for-context-engineeringAgency framework: 54 imported skills (39 sc-* + 15 superpowers-*) + 16 sub-agents (sc-pm-agent excluded — /sc:pm-only per CLAUDE.md §13.1) + 5 D.7-compliant event hooks (planned ST-3) + the agency governance substrate (Task / Prompt / Research / ADR layers).
Skillstash workflows and skills for authoring agent skills
Implements the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings in Claude Code
70+ Claude Code slash commands across 12 development phases with Dagger-based safety system, multi-dimensional validation, and specialized agents
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.