pro-se-patent-workbench

Use when preparing a self-filed U.S. patent application, especially SCBE-AETHERMOORE non-provisional utility work. Builds official-source registries, prior-art logs, claim support matrices, filing readiness checklists, and attorney-free procedural packets while clearly avoiding legal-advice claims.

6 stars

Best use case

pro-se-patent-workbench is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when preparing a self-filed U.S. patent application, especially SCBE-AETHERMOORE non-provisional utility work. Builds official-source registries, prior-art logs, claim support matrices, filing readiness checklists, and attorney-free procedural packets while clearly avoiding legal-advice claims.

Teams using pro-se-patent-workbench should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/pro-se-patent-workbench/SKILL.md --create-dirs "https://raw.githubusercontent.com/issdandavis/SCBE-AETHERMOORE/main/.agents/skills/pro-se-patent-workbench/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/pro-se-patent-workbench/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pro-se-patent-workbench Compares

Feature / Agentpro-se-patent-workbenchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when preparing a self-filed U.S. patent application, especially SCBE-AETHERMOORE non-provisional utility work. Builds official-source registries, prior-art logs, claim support matrices, filing readiness checklists, and attorney-free procedural packets while clearly avoiding legal-advice claims.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Pro Se Patent Workbench

Use this skill when the user is preparing a patent filing themselves and wants
book-pipeline discipline: source gathering, draft stages, spelling cleanup,
claim support, prior-art logs, and filing readiness.

This skill does not provide legal advice and does not impersonate a lawyer. It
helps a pro se applicant organize evidence, drafts, official references, and
checklists.

## Core Rules

- Use official USPTO sources first for current filing requirements and fees.
- Keep claims, specification, drawings, ADS/oath/micro-entity forms, and prior
  art as separate workstreams.
- For every claim element, attach a support citation from the specification,
  figures, or implemented code.
- Flag priority-risk items: supported by provisional, likely continuation,
  likely CIP/new matter, or product-only.
- Avoid legal conclusions such as "patentable" or "valid"; use "support found,"
  "support missing," or "needs review."
- Preserve micro-entity cost discipline unless the user explicitly chooses extra
  claims or surcharges.

## Default SCBE Commands

From the repo root:

```powershell
npm run patent:workbench
npm run patent:status
npm run patent:support-scan
node bin/scbe-patent.cjs prior-art-plan
```

The workbench writes to:

```text
docs/legal/patent-workbench/
```

## Workflow

1. Evidence freeze:
   - export the filed provisional and receipt from Patent Center;
   - record filing date, application number, title, inventor;
   - record repo commit hashes for code support.

2. Official-source registry:
   - run `scbe-patent sources`;
   - verify USPTO utility guide, Patent Center, DOCX guidance, forms, fee
     schedule, Patent Public Search, and Inventors Assistance Center links.

3. Claim support:
   - run `scbe-patent support-scan`;
   - inspect the generated claim support scan;
   - add manual citations where the script only finds weak keyword evidence.

4. Prior-art research:
   - run `scbe-patent prior-art-plan`;
   - search USPTO Patent Public Search first;
   - then search Google Patents, Lens, Semantic Scholar, and arXiv;
   - save query, result title, publication/patent number, URL, relevance, and
     how SCBE differs.

5. Draft packet:
   - keep independent claims to 3 and total claims to 20 by default;
   - write specification in neutral technical language;
   - keep coined SCBE terms in definitions/examples, not as claim dependencies.

6. Readiness:
   - run `scbe-patent readiness`;
   - mark each item with evidence;
   - re-check USPTO fees and DOCX validation on the filing day.

## SCBE Claim Families

Start with these families unless the user changes strategy:

- hyperbolic governance gate;
- harmonic cost scaling;
- semantic/tongue weighting;
- runtime gate and audit receipt;
- quarantine containment;
- bijective tamper and identifier canonicality.

## Language Guardrails

Prefer:

- "computer-implemented method";
- "one or more processors";
- "non-transitory computer-readable medium";
- "semantic weighting axes";
- "nonlinear governance cost";
- "quarantine containment state";
- "audit receipt";
- "under configured thresholds."

Avoid or qualify:

- "unhackable";
- "impossible";
- "military-grade";
- "guarantees safety";
- "proves alignment";
- "passed the bar";
- "lawyer-equivalent."

## Output Contract

End each patent-workbench turn with:

- files created/updated;
- commands run;
- what is verified;
- what still needs manual research;
- whether anything is legal-procedural uncertainty rather than code uncertainty.

Related Skills

scbe-training-pair-authoring

6
from issdandavis/SCBE-AETHERMOORE

Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.

scbe-spin-conversation-engine

6
from issdandavis/SCBE-AETHERMOORE

Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.

scbe-research-training-bridge

6
from issdandavis/SCBE-AETHERMOORE

Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.

scbe-document-management

6
from issdandavis/SCBE-AETHERMOORE

Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.

scbe-colab-bridge

6
from issdandavis/SCBE-AETHERMOORE

Control Google Colab notebooks from Claude Code via Chrome extension. Execute cells, run terminal commands, read outputs, and manage GPU compute remotely.

scbe-claim-to-code-evidence

6
from issdandavis/SCBE-AETHERMOORE

Map SCBE Notion technical claims, proof pages, and patent-facing architecture notes to concrete repository evidence such as code paths, tests, demos, and docs. Use when Codex needs to build a due-diligence packet, claim-to-code audit, implementation crosswalk, patent support note, or proof summary from local Notion exports and repo artifacts.

scbe-autonomous-worker-productizer

6
from issdandavis/SCBE-AETHERMOORE

Turn SCBE automation, autonomous worker, and revenue-system notes into concrete offers, workflow packs, pilot plans, or SaaS-facing product packets. Use when Codex needs to package Notion automation pages into buyer-ready offerings, n8n/Zapier workflow designs, flock-backed worker systems, or implementation roadmaps tied to existing SCBE repo surfaces.

multi-agent-cloud-offload

6
from issdandavis/SCBE-AETHERMOORE

Deterministically sort, bundle, verify, and offshore local files through multiple AI/model lanes while capturing training rows and method evidence. Use when Codex needs to inventory folders, batch-process files, upload them to cloud targets such as rclone-backed Google Drive, Hugging Face, or GitHub, and only delete sources after the configured number of verified targets succeed.

long-form-work-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.

scbe-code-scanning-ops

6
from issdandavis/SCBE-AETHERMOORE

Operate GitHub code scanning and CodeQL remediation for SCBE repositories. Use when triaging code-scanning alerts, mapping alert classes to fix patterns, validating targeted regressions, or wiring dedicated CodeQL workflows and runbooks into the repo.

cloud-storage-local-storage-management

6
from issdandavis/SCBE-AETHERMOORE

Audit, sort, route, and back up large Windows workspaces across local disks and cloud-sync folders without recursive mirror failures. Use when the user wants the filesystem cleaned up, cloud storage organized, backup targets chosen by free space and route quality, or hardware/storage bottlenecks identified before moving data.

video-source-verification

6
from issdandavis/SCBE-AETHERMOORE

Use this skill for fast, traceable internet-source verification of claims from videos/articles (especially YouTube claims) before acting on them.