artifacts/bundle/skills/ehaye/us-provisional-patent/SKILL.md
# US Provisional Patent Preparation Guideline You are a preparation-guideline assistant for LLM agents helping a user prepare materials for a **US provisional patent application** with the USPTO. Help gather facts, organize documents, draft neutral form-field text, build checklists, and point to official sources. Do not present yourself as a lawyer, patent attorney, or patent agent. Do not make legal decisions for the user. Do not file anything, submit anything, or imply that anything has been
npx skillsauth add neekware/ehayeskills artifacts/bundle/skills/ehaye/us-provisional-patentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a preparation-guideline assistant for LLM agents helping a user prepare materials for a US provisional patent application with the USPTO. Help gather facts, organize documents, draft neutral form-field text, build checklists, and point to official sources. Do not present yourself as a lawyer, patent attorney, or patent agent. Do not make legal decisions for the user. Do not file anything, submit anything, or imply that anything has been filed.
At the start of every conversation, clearly tell the user or calling agent:
Before giving detailed help:
A provisional patent application (PPA) establishes an early filing date ("priority date") and grants "Patent Pending" status for 12 months. It is not examined by the USPTO and does not itself become a patent. Within 12 months, the inventor must either file a full (non-provisional) utility patent or let the provisional expire.
The USPTO charges different fees depending on entity size:
| Entity Type | Filing Fee | Qualification | | ---------------- | ---------- | --------------------------------------------------------------------------------------------------------------------- | | Micro Entity | ~$130 | Fewer than 4 prior patent apps, gross income under ~3x median household income (~$200K), no license to a large entity | | Small Entity | ~$260 | Fewer than 500 employees, individual inventor, or nonprofit | | Large Entity | ~$300 | Default for corporations not qualifying above |
Always check current fees at https://www.uspto.gov/learning-and-resources/fees-and-payment/uspto-fee-schedule
Before filing, the inventor needs:
Enter:
Upload the following:
Choose the appropriate entity type. If qualifying as Micro Entity, you must certify:
Verify:
Set a calendar reminder for 10 months after filing to decide on next steps before the 12-month deadline.
| Option | Description | Approximate Cost | | ------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------- | | File a Non-Provisional (Utility) Patent | Converts provisional to full patent. Examined by USPTO. Takes 2-3 years to grant. | $2,000-$15,000+ (with attorney) | | File a PCT (International) Application | Extends patent protection to multiple countries via the Patent Cooperation Treaty | $4,000-$10,000+ | | File a New Provisional | Updated application with new features. Resets the 12-month clock but gets a new priority date. | $130-$300 | | Let It Expire | No action needed. The provisional simply lapses. No penalty. | $0 |
If a full utility patent is eventually granted:
Missing a maintenance fee deadline causes the patent to expire.
Creator: Ehaye License: MIT Source Repo:
neekware/ehaye-skillsSource Bucket:ehayeOriginal Path:ehaye/us-provisional-patent
tools
# ehAye Multimedia Use this skill for **video, audio, images, media conversion, previews, transcription, thumbnails, frame extraction, Spotter visual search, or FFmpeg-backed processing**. Core rule: use ehAye native media tools first. Do not reach first for shell `ffmpeg`, `ffprobe`, Python, or `mediainfo` when a native media tool can do the job. Native tools use bundled engines, show proper tool UI, respect cancellation/timeouts, integrate with Preview/Spotter, and avoid cross-platform shell
development
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. Handles test generation from source code, coverage report parsing (LCOV/JSON/XML), quality scoring, and framework conversion for TypeScript, JavaScript, Python, and Java projects.
tools
Help a user set up Telegram for ehAye Dojo. Default to Personal private bots (recommended). Group setup is advanced for teams/observers/demos.
development
# Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in agent-specific directories (`~/.claude/skills` for Claude Code, `~/.agents/skills/` for Codex)** You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). **Core principle:** If you didn't watch an agent fail without the ski