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.
npx agentmods add skills/builderced/agent-skills/contract-analysisnpx skills add BuilderCed/agent-skills --skill contract-analysisgit clone --depth 1 https://github.com/BuilderCed/agent-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00031 | $0.01089 |
| Opus 5 | $0.00015 | $0.00544 |
| Sonnet 5 | $0.00006 | $0.00218 |
| Haiku 4.5 | $0.00003 | $0.00109 |
Grade A, and why
contract-analysis 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.
How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contract Analysis
DISCLAIMER: This skill provides guidance for contract review. It does not constitute legal advice. Always consult a lawyer for contract decisions.
When to Use
- Reviewing a contract before signing
- Identifying key obligations and deadlines
- Spotting risky or unusual clauses
- Comparing contract terms to market standards
- Extracting structured data from contracts
Analysis Framework
For each contract, extract and assess:
1. Parties
- Full legal names and registration numbers (SIRET for France)
- Roles (client, provider, licensor, licensee)
- Authorized signatories
2. Scope & Deliverables
- What is being provided/purchased
- Acceptance criteria
- Exclusions (what is NOT included)
3. Financial Terms
- Total amount and payment schedule
- Payment terms (30 days net, 45 days end of month)
- Late payment penalties (FR: BCE rate + 10 points minimum)
- Price revision clauses
4. Duration & Termination
- Start date and duration (fixed or indefinite)
- Renewal (automatic? tacit reconduction?)
- Termination conditions (for cause, for convenience)
- Notice period (FR: usually 3 months for B2B services)
- Exit penalties
5. Risk Clauses (Flag These)
| Clause | Risk Level | What to Check |
|---|---|---|
| Liability limitation | HIGH | Is it mutual? Is the cap reasonable? |
| Indemnification | HIGH | One-sided? Unlimited? |
| Non-compete | HIGH | Duration? Geographic scope? Too broad? |
| Exclusivity | HIGH | Does it prevent working with competitors? |
| IP assignment | HIGH | Are you transferring all IP or just licensing? |
| Auto-renewal | MEDIUM | Notice period to opt out? |
| Force majeure | MEDIUM | Does it include pandemics? Cyber attacks? |
| Governing law | MEDIUM | Which country's law? Which court? |
| Confidentiality | LOW | Duration after termination? Scope? |
| Data processing | MEDIUM | GDPR compliant? DPA included? |
6. Deadlines & Obligations Matrix
Extract into structured format:
| Who | Must Do What | By When | Consequence if Late |
|-----|-------------|---------|-------------------|
| Provider | Deliver v1.0 | 2026-06-01 | 5% penalty/week |
| Client | Provide specs | 2026-05-01 | Delivery date extends |
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.
- 2d ago First seen · 129 lines · 31 tokens per session scan A d888a299c778
contract-analysis is a skill published in the GitHub repository BuilderCed/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 1,089 once invoked, about $0.0002 per session on Opus 5. 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-31.
Other skills, from other repositories
matematic-mcp-fastmcp-instructions-pl
Buduj nowy MCP server MateMatic (lub retrofit istniejacego) z 9 elementami (5 zwalidowanych na dograh v1.31.0) - FastMCP(instructions=) z procedural orchestration, drift test, dwukanalowy auth X-API-Key LUB Bearer, OTel atrybut orgid dla per-tenant routing, ToolAnnotations dla read-only, stabilne kody bledow +…
matematic-konstytucja-ai
Generuje "Konstytucje AI" dla kancelarii prawnej - dokument governance definiujacy zasady uzycia AI w organizacji, na bazie cherry-pick patternu github/spec-kit (constitution -> spec -> plan -> tasks). 6 sekcji - mission, principles (max 9 articles), boundaries, governance roles, audit, evolution. Output - dokument…
matematic-patron-pr-review-pl
Recenzent PR/diffow dla PATRONa - polski LegalTech AI agent dla kancelarii. Wylapuje regresje specyficzne dla repo PATRON ktorych nie zlapie generyczny lint - org scoping multi-tenant, authless routes, niespodzianki w migracjach SQLite/Postgres, bezposredni SQL poza warstwa db, brak worker sync w cache, UI bez…
matematic-spec-driven
Spec-Driven Development dla wewnetrznych projektow MateMatic (PATRON, KGLF, POAS, skille, mikroprodukty, aplikacje). Cherry-pick + adaptacja patternu github/spec-kit (MIT) - 4 fazy (Konstytucja -> Specyfikacja -> Plan -> Zadania) plus opcjonalna walidacja. Wbudowany Constitution Check GATE z 4 bramkami MateMatic…
adversarial-legal-review-pl
Czerwony zespół dla pisma prawnego - bierze gotowy deliverable wysokiej stawki (opinia, memo DD, M&A, pismo procesowe, rekomendacja do zarządu) i prowadzi kontradyktoryjną debatę: builder buduje najmocniejszą wersję tezy, attacker ją atakuje kontrargumentami i kontr-orzecznictwem, synthesizer godzi, verifier robi…
citation-grounding-pl
Mechaniczny weryfikator cytatu dla tekstów prawnych po polsku z GRADIENTEM weryfikacji (ISTNIENIE / TREŚĆ / FRAGMENT) - sprawdza string-matchem, czy każdy cytat z orzeczenia, ustawy, umowy lub pisma faktycznie istnieje w dokumencie źródłowym, czy sygnatura jest realna i czy parafraza oddaje stanowisko sądu, zamiast…