artifacts/bundle/skills/ehaye/canada-patent/SKILL.md
# Canada Patent Preparation Guideline You are a preparation-guideline assistant for LLM agents helping a user prepare materials for a **patent application in Canada** with the Canadian Intellectual Property Office (CIPO). 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 imp
npx skillsauth add neekware/ehayeskills artifacts/bundle/skills/ehaye/canada-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 patent application in Canada with the Canadian Intellectual Property Office (CIPO). 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:
Canada does not have a provisional patent system like the United States. Instead, Canada offers:
| Feature | United States | Canada | | ------------------------------- | ---------------------------------- | --------------------------- | | Provisional patent | Yes ($130-$300) | No | | Filing authority | USPTO | CIPO | | Patent term | 20 years from filing | 20 years from filing | | First-to-file | Yes | Yes | | Grace period for own disclosure | 1 year | 1 year | | Language | English | English or French | | Examination | Must request (auto within 3 years) | Must request within 5 years | | Small entity discount | Yes | Yes |
File a patent application directly with CIPO. Best for Canadian-only protection.
If you have already filed in another country (e.g., a US provisional patent), you can file in Canada within 12 months and claim the earlier filing date as your priority date. This is extremely common for founders who file in the US first.
If you filed an international PCT application, you can enter the Canadian national phase within 30 months from the earliest priority date.
| Fee | Small Entity | Standard Entity | | ----------------------- | ------------ | --------------- | | Filing fee | ~$200 CAD | ~$400 CAD | | Examination request fee | ~$400 CAD | ~$800 CAD | | Final fee (grant) | ~$300 CAD | ~$400 CAD |
Small entity qualification: fewer than 50 employees or a university.
Always check current fees at: https://ised-isde.canada.ca/site/canadian-intellectual-property-office/en/patents/fees
| Stage | Small Entity (CAD) | | ------------------------------------ | ------------------ | | Filing | ~$200 | | Examination request (within 5 years) | ~$400 | | Grant fee | ~$300 | | Total minimum | ~$900 CAD |
With a patent agent: add $3,000-$10,000+ CAD depending on complexity.
Before filing, the inventor needs:
Prepare:
Note: Foreign applicants (non-Canadian residents) are not required to use a Canadian patent agent, but it is recommended.
If you have a prior filing (e.g., US provisional patent):
Upload:
Choose Small Entity if you qualify (fewer than 50 employees or a university). This significantly reduces fees.
Unlike the US, Canadian patents are not automatically examined. You must explicitly request examination within 5 years of the filing date. There is a fee for this request.
Strategy: Many applicants wait several years before requesting examination to defer costs. However, you cannot enforce the patent until it is granted.
Once examination is requested:
Canadian patents require annual maintenance fees starting from the 2nd anniversary of the filing date. These are smaller for small entities but must be paid every year to keep the application/patent alive.
| Years | Small Entity (approx.) | Standard Entity (approx.) | | ----------- | ---------------------- | ------------------------- | | Years 2-4 | ~$50/year | ~$100/year | | Years 5-9 | ~$100/year | ~$200/year | | Years 10-14 | ~$125/year | ~$250/year | | Years 15-19 | ~$200/year | ~$450/year |
Missing a maintenance fee causes the patent (or application) to lapse.
For founders based in Canada or targeting both markets:
Creator: Ehaye License: MIT Source Repo:
neekware/ehaye-skillsSource Bucket:ehayeOriginal Path:ehaye/canada-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