Agent Plugins Marketplace
← All plugins

escp

v0.1.0

Contribute agent time to ending corporal punishment in US schools: district policy scans, claim verification, bill watching, CRDC refresh, legislator dossiers, share kits.

Claude Code7 Skills

By Anthony Adams0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install escp for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install escp@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/AnthonyDavidAdams/end-school-corporal-punishment

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

escp/
├── .claude-plugin/plugin.json
├── skills/bill-watch/SKILL.md
├── skills/crdc-refresh/SKILL.md
├── skills/decision-maker-dossier/SKILL.md
├── skills/district-policy-scan/SKILL.md
├── skills/meme-kit/SKILL.md
├── skills/share-kit/SKILL.md
└── skills/verify-claim/SKILL.md

Included Skills7

bill-watchskills/bill-watch/SKILL.md

Find every bill, rule, or board action on school corporal punishment in one US state's current legislative session and record it in data/states/<XX>.yaml. Use when asked to "watch bills", "check the legislature", or "update the law status" for a state.

crdc-refreshskills/crdc-refresh/SKILL.md

Download a US Department of Education Civil Rights Data Collection release and regenerate the corporal punishment extracts in data/crdc/ plus the headline figures in facts/. Use when a new CRDC year is released or asked to "refresh CRDC", "update the federal numbers".

decision-maker-dossierskills/decision-maker-dossier/SKILL.md

Build a sourced, public-record profile of the people who decide corporal punishment policy in one place (a school board, or a state legislature's education committees), with their stated values, public statements, votes, and public affiliations, in crm/dossiers/<XX>/<body>.yaml. Use when asked for a "dossier", "who is on the board", "who decides this", or "who to persuade" in a district or state.

district-policy-scanskills/district-policy-scan/SKILL.md

Find and record the corporal punishment policy of every public school district in a US state (or a slice of one), with source URL and verbatim quote, in data/districts/<XX>.yaml. Use when asked to "scan districts", "map district policies", or given a state name with this project open.

meme-kitskills/meme-kit/SKILL.md

Produce shareable images (memes, cards, flyers, one-pagers) for one audience in that audience's own visual language, using only verified facts from facts/claims/, with art generated on fal.ai and all type set locally so numbers stay exact. Use when asked for "memes", "social graphics", "a flyer for parents", "something for the church bulletin", "a one-pager for the board", or art for a specific community.

share-kitskills/share-kit/SKILL.md

Produce the ready-to-post share text and a state map image for one state under share/<XX>/, using only verified facts from facts/ and data/. Use when asked to "make the share kit", "social posts for <state>", or "something to share".

verify-claimskills/verify-claim/SKILL.md

Open the primary source behind a claim in facts/claims/ and upgrade it to verified, correct it, or mark it disputed. Use when asked to "verify a fact", "check this claim", or handed a claim id.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "escp",
  "version": "0.1.0",
  "description": "Contribute agent time to ending corporal punishment in US schools: district policy scans, claim verification, bill watching, CRDC refresh, legislator dossiers, share kits.",
  "author": {
    "name": "Anthony Adams",
    "email": "[email protected]"
  },
  "keywords": [
    "education",
    "policy",
    "corporal-punishment",
    "research",
    "civic"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[escp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/escp)