jim60105/copilot-prompt

My personal AI coding tool prompts (SKILL.md)

This repository also configures its own agents. See what copilot-prompt tells them →

21Stars on the repository
45Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
GFDL-1.3Licence, which decides whether bodies are shown

jim60105/copilot-prompt

Skill Claude CodeCodex

Generate comprehensive OpenSpec specifications directly from the current project state. Use when the user wants to create or populate main specs by analyzing existing code, documentation, AGENTS.md, GitHub issues, and pull requests — without going through the change/proposal workflow. Ideal for bootstrapping specs on…

not rated 21 5d ago A 87 tokens GFDL-1.3

openspec-propose

26

jim60105/copilot-prompt

Skill Claude Code

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

not rated 21 5d ago A 47 tokens GFDL-1.3

openspec-sync-specs

27

jim60105/copilot-prompt

Skill Claude Code

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

not rated 21 5d ago A 38 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude Code

Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.

not rated 21 5d ago A 55 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude Code

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

not rated 21 5d ago A 32 tokens GFDL-1.3

pdf

30

jim60105/copilot-prompt

Skill Claude CodeCodex

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

not rated 21 5d ago A 92 tokens GFDL-1.3

pptx

31

jim60105/copilot-prompt

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

not rated 21 5d ago A 152 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude CodeCodex

Write professional press releases in Traditional Chinese (zh-TW) following inverted pyramid structure, 5W1H framework, and Taiwan media conventions. Use when the user wants to: (1) write a press release or news announcement, (2) draft corporate communications for media dissemination, (3) craft a lede or headline for a…

not rated 21 5d ago A 115 tokens GFDL-1.3

python-security

33

jim60105/copilot-prompt

Skill Claude CodeCodex

Guideline for designing, implementing, and verifying secure Python applications following OWASP Top 10 best practices. Use when the user wants to: (1) review Python code for security vulnerabilities, (2) design a secure Python application architecture, (3) implement security features (authentication, authorization…

not rated 21 5d ago A 149 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude CodeCodex

Rewrite raw meeting audio transcriptions into clean, accurate meeting minutes in Traditional Chinese. Use when the user has an unprocessed audio transcription file with recognition errors and needs it cleaned up into proper meeting minutes.

not rated 21 5d ago A 48 tokens GFDL-1.3

rewrite-rustdoc

35

jim60105/copilot-prompt

Skill Claude CodeCodex

Rewrite Rust documentation comments to ensure all documentation and comments are in English, following rustdoc guidelines. Use when the user wants to clean up Rust documentation, translate Chinese comments to English, fix missing documentation, or ensure rustdoc compliance in a Rust codebase.

not rated 21 5d ago A 56 tokens GFDL-1.3

rubber-duck

36

jim60105/copilot-prompt

Skill Claude CodeCodex

Invoke a Rubber Duck Reviewer subagent to independently critique plans and implementations before proceeding. Use when the agent is about to implement a non-trivial plan (multi-file changes, architectural decisions, security-sensitive logic, database schema changes), after completing a self-contained unit of work…

not rated 21 5d ago A 118 tokens GFDL-1.3

security-audit

37

jim60105/copilot-prompt

Skill Claude CodeCodex

Security audit of a codebase — web apps, APIs, services, CLI tools, libraries, daemons, and more. Use when asked to find security bugs, do a security review, audit for vulnerabilities, or pen-test the code. Focuses on exploitable issues with real impact, not theoretical concerns or industry-standard behavior.

not rated 21 5d ago A 70 tokens GFDL-1.3

skill-creator

38

jim60105/copilot-prompt

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.

not rated 21 5d ago A 44 tokens GFDL-1.3

typescript-security

39

jim60105/copilot-prompt

Skill Claude CodeCodex

Guideline for designing, implementing, and verifying secure TypeScript and JavaScript applications following OWASP Top 10 best practices. Use when the user wants to: (1) review TypeScript or JavaScript code for security vulnerabilities, (2) design a secure Node.js, Deno, or browser application architecture, (3)…

not rated 21 5d ago A 183 tokens GFDL-1.3

ui

40

jim60105/copilot-prompt

Skill Claude Code

UI/UX design agent for crafting user experiences, visual designs, and game interfaces. Auto-detects the designer role (UX Designer, UI Designer, Game UI Designer) and spawns a role-scoped sub-agent with only the relevant reference files. Triggers on phrases like "user flow", "wireframe", "design system", "design…

not rated 21 5d ago A 110 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude CodeCodex

Update GitHub Actions versions in workflow files, focusing only on major version changes. Use when the user wants to update action versions, check for outdated GitHub Actions, or upgrade workflow dependencies to their latest major versions.

not rated 21 5d ago A 49 tokens GFDL-1.3

xlsx

42

jim60105/copilot-prompt

Skill Claude CodeCodex

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

not rated 21 5d ago A 201 tokens GFDL-1.3

zsh-script-writer

43

jim60105/copilot-prompt

Skill Claude CodeCodex

Write and test Zsh scripts following project coding standards with ShellSpec BDD testing. Use when the user wants to: (1) create a new Zsh script, (2) write or fix ShellSpec tests for Zsh scripts, (3) review Zsh code for best practices, (4) add error handling or dependency checking to shell scripts, (5) implement API…

not rated 21 5d ago A 122 tokens GFDL-1.3

jim60105/copilot-prompt

Skill Claude CodeCodex

A language-conversion skill that changes Simplified Chinese into Traditional Chinese used in Taiwan. It also adapts vocabulary and phrasing for Taiwan.

not rated 21 5d ago A 125 tokens GFDL-1.3

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: