abstract

abstract is a plugin for Claude Code from athola/claude-night-market. Its manifest loads nothing; the 16 skills, 17 commands, 5 agents, 4 hooks it bundles cost 880 tokens per session together, scanned A, original, MIT.

A toolkit for creating and maintaining Claude Code plugins, which add commands and skills to Claude Code. It also covers hooks, modular design, reviews, and ways to test and evaluate these additions.

In plain words
What is it for?
Use it to create commands, skills, and hooks; review and validate plugins; collect logs; and evaluate or improve plugin components.
Why use it?
It helps organize plugin work and check whether commands, skills, hooks, and rules behave as intended. This reduces the need to invent separate review and testing methods for each plugin.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it to create commands, skills, and hooks; review and validate plugins; collect logs; and evaluate or improve plugin components.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add athola/claude-night-market/plugin install abstract
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.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for abstract

README.md
[![agentmods](https://agentmods.dev/badge/plugins/athola/claude-night-market/abstract.svg)](https://agentmods.dev/plugins/athola/claude-night-market/abstract)
Your own site
<a href="https://agentmods.dev/plugins/athola/claude-night-market/abstract"><img src="https://agentmods.dev/badge/plugins/athola/claude-night-market/abstract.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 16 skills, 17 commands, 5 agents, 4 hooks cost 880 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

abstract 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 7d 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/abstract/.claude-plugin/plugin.json · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "abstract",
  "version": "1.9.19",
  "description": "Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks",
  "commands": [
    "./commands/aggregate-logs.md",
    "./commands/analyze-skill.md",
    "./commands/context-report.md",
    "./commands/create-command.md",
    "./commands/create-hook.md",
    "./commands/create-skill.md",
    "./commands/evaluate-skill.md",
    "./commands/hooks-eval.md",
    "./commands/improve-skills.md",
    "./commands/make-dogfood.md",
    "./commands/plugin-review.md",
    "./commands/promote-discussions.md",
    "./commands/rules-eval.md",
    "./commands/skills-eval.md",
    "./commands/test-skill.md",
    "./commands/validate-hook.md",
    "./commands/validate-plugin.md"
  ],
  "skills": [
    "./skills/escalation-governance",
    "./skills/friction-detector",
    "./skills/hook-authoring",
    "./skills/hook-scope-guide",
    "./skills/hooks-eval",
    "./skills/metacognitive-self-mod",
    "./skills/methodology-curator",
    "./skills/modular-skills",
    "./skills/plugin-review",
    "./skills/rules-eval",
    "./skills/shared-patterns",
    "./skills/skill-authoring",
    "./skills/skill-graph-audit",
    "./skills/skills-eval",
    "./skills/subagent-testing"
  ],
  "agents": [
    "./agents/meta-architect.md",
    "./agents/plugin-validator.md",
    "./agents/skill-auditor.md",
    "./agents/skill-evaluator.md",
    "./agents/skill-improver.md",
    "./agents/insight-engine.md"
  ],
  "hooks": [],
  "keywords": [
    "meta-skills",
    "infrastructure",
    "patterns",
    "evaluation",
    "modular",
    "framework",
    "agent-sdk",
    "performance",
    "optimization",
    "hooks",
    "scope",
    "authoring",
    "tdd",
    "validation",
    "security",
    "bulletproofing",
    "persuasion"
  ],
  "author": {
    "name": "Alex Thola",
    "url": "https://github.com/athola"
  },
  "license": "MIT",
  "dependencies

Read the full file on GitHub · 78 lines

Contents

What it installs

The manifest is a name and a version. 16 skills, 17 commands, 5 agents, 4 hooks travel with it, and installing the plugin installs all of them — 880 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 78 lines scan A b17ce834b208

Subscribe to this mod's changes

abstract is a plugin published in the GitHub repository athola/claude-night-market (335 stars, last pushed yesterday), 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

code-architect

Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions.

ccplugins/awesome-claude-code-plugins · not measured

sound

Code taste as installable rules. Probe a repo's stack, select only the rules its code shows a surface for (evidence-cited per rule), confirm, and scaffold a browsable .claude/sound/ rule map (surfaced by the sound:prime skill). Installed rules are user-owned; re-runs reconcile.

saadshahd/moo.md · not measured

sprint-prioritizer

Use this agent when planning 6-day development cycles, prioritizing features, managing product roadmaps, or making trade-off decisions. This agent specializes in maximizing value delivery within tight timelines. Examples:\n\n \nContext: Planning the next sprint\nuser: "We have 50 feature requests but only 6 day.

xbim08/awesome-claude-code-plugins · not measured

prd-specialist

Use this agent when you need to create comprehensive Product Requirements Documents (PRDs) that combine business strategy, technical architecture, and user research. Examples: Context: The user needs to create a PRD for a new feature or product launch. user: "I need to create a PRD for our new user authenticat.

xbim08/awesome-claude-code-plugins · not measured

planning-prd-agent

'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says "create a PRD", "plan this feature"…

xbim08/awesome-claude-code-plugins · not measured

pricing-packaging-specialist

Use this agent when you need to optimize B2B pricing strategies, packaging models, and revenue optimization for enterprise sales. This agent specializes in value-based pricing, usage-based billing, enterprise contract negotiations, and competitive pricing analysis for SaaS platforms. Examples.

xbim08/awesome-claude-code-plugins · not measured