context-engineering

A toolkit for building Claude Code extensions such as agents, skills, plugins, commands, hooks, and MCP tools or servers. It includes templates and guidance for creating these reusable coding-agent resources.

In plain words
What is it for?
Use it when developing production-ready Claude Code resources, including specialised agents, workflow skills, commands, hooks, or MCP integrations.
Why use it?
It gives developers a common structure for resources that change how Claude Code works. It helps organise and configure several extension types within one plugin.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add andisab/swe-marketplace
agentmods
npx agentmods add plugins/andisab/swe-marketplace/context-engineering
Clone the repo
git clone --depth 1 https://github.com/andisab/swe-marketplace

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

context-engineering scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/context-engineering/.claude-plugin/plugin.json · 38 lines

What it actually says

{
  "name": "context-engineering",
  "description": "Comprehensive toolkit for creating production-ready Claude Code resources: agents, skills, plugins, commands, hooks, MCP tools, MCP servers, and patterns. Expert guidance with templates, examples, and best practices following Anthropic specifications.",
  "version": "1.1.0",
  "author": {
    "name": "Andis A. Blukis",
    "email": "[email protected]",
    "url": "https://github.com/andisab"
  },
  "homepage": "https://github.com/andisab/swe-marketplace",
  "repository": "https://github.com/andisab/swe-marketplace",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "context-engineering",
    "agent-development",
    "skill-creation",
    "plugin-development",
    "mcp",
    "claude-sdk",
    "automation",
    "workflows",
    "templates"
  ],
  "agents": [
    "./agents/context-engineer.md"
  ],
  "skills": [
    "./skills/agent-dev",
    "./skills/skill-dev",
    "./skills/plugin-dev",
    "./skills/command-dev",
    "./skills/hook-dev",
    "./skills/mcp-tool-dev",
    "./skills/mcp-server-dev"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 38 lines scan A ffc7d8251c2e

Subscribe to this mod's changes

context-engineering is a plugin published in the GitHub repository andisab/swe-marketplace (21 stars, last pushed 14d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other plugins, from other repositories

claude-code-skills marketplace

348 production-ready skill packages for Claude AI across 18 domains: engineering advanced (78, incl. v2.9.0 workflow-builder for Claude Code Workflow-tool authoring), engineering core (51), marketing (46 — incl. AEO/Answer Engine Optimization), c-level advisory (66), product (17), regulatory/QMS (18), compliance-os…

alirezarezvani/claude-skills · not measured

skill-eval

Forces skill evaluation before every response.

umputun/cc-thingz · not measured

context-engineering-kit marketplace

Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.

NeoLabHQ/context-engineering-kit · not measured

aura-frog

Planning-first LLM OS for software engineering. Hierarchical planning (T0-T4) survives session reset · forensic reasoning traces · L1+L2 conflict detection · self-healing safety gates · per-agent MCP security · durable project-context snapshots · cross-tool porter (Copilot/Codex/Cursor) · CLI dashboard. 15 agents…

nguyenthienthanh/aura-frog · not measured

autonomy

Governed autonomous agent operation: role-topology, binding-seam, wiring-vs-advisor, telemetry, return-accounting, trigger-dispatch, per-work-class guardrail-matrix, standing-routine-catalog, and design-only runner-charter contracts for climbing the AI-adoption ladder, plus a guided-setup skill that discovers an…

melodic-software/claude-code-plugins · not measured

autocode

You say it, AutoCode ships it. 48 skills. Code to deployment in one session, with I-Lang v5.0 judgment: AI decides the small stuff, checks with you on the costly stuff.

ilang-ai/autocode · not measured