Official Agent Skills for the ProofCore Protocol. These skills grant autonomous AI agents (in Cursor, Windsurf, Claude Code, etc.) the procedural knowledge to mathematically notarize their outputs, audits, and decisions on the TON Blockchain using a strict Zero-Storage policy. To give your CLI agent (e.g., Claude Code) access to all ProofCore skills: These skills use the Model Context Protocol (MC
npx mdskills install ProofCore-Protocol/proofcore-protocol-agent-skillsRelated
1# 🛡️ ProofCore Agent Skills23[](https://agentskills.io)4[](LICENSE)56Official [Agent Skills](https://agentskills.io) for the **ProofCore Protocol**. These skills grant autonomous AI agents (in Cursor, Windsurf, Claude Code, etc.) the procedural knowledge to mathematically notarize their outputs, audits, and decisions on the TON Blockchain using a strict Zero-Storage policy.78## 📦 Available Skills910| Skill | Trigger Use-Case | Install Command |11| :--- | :--- | :--- |12| **`proofcore-contract-auditor`** | Web3 Smart Contract Audits (`.sol`, `.rs`) | `npx skills add ProofCore-Protocol/agent-skills/proofcore-contract-auditor` |13| **`proofcore-sre-postmortem`** | SRE Logs & Incident RCA | `npx skills add ProofCore-Protocol/agent-skills/proofcore-sre-postmortem` |14| **`proofcore-slsa-provenance`** | SLSA Release & Binaries | `npx skills add ProofCore-Protocol/agent-skills/proofcore-slsa-provenance` |15| **`proofcore-adr-notary`** | Architecture Decision Records | `npx skills add ProofCore-Protocol/agent-skills/proofcore-adr-notary` |1617## 🚀 Quick Start (Global Install)1819To give your CLI agent (e.g., Claude Code) access to all ProofCore skills:20```bash21npx skills add -g ProofCore-Protocol/agent-skills22```2324## 🧠 How it Works (Zero-Permission Flow)2526These skills use the **Model Context Protocol (MCP)** if available (`mcp__proofcore__seal_content`).27If the MCP server is not configured in the user's environment, the skill implements **Graceful Degradation** and automatically falls back to a bundled Python script (`scripts/anchor.py`) interacting with the public Zero-Auth REST API.2829Agents are instructed with a **Zero-Permission Invariant**: they will automatically compute the SHA-256 hashes and anchor the Merkle roots to the ledger without interrupting the workflow for manual user confirmation.3031## 🔗 Resources32* [ProofCore Protocol](https://proofcore.org)33* [ProofCore MCP Server](https://mcp.proofcore.org)34* [API Documentation](https://proofcore.org/docs.html)35
Full transparency — inspect the skill content before installing.