instructions skills

102 tagged instructions, measured the same way as everything else here.

Browse within: prompts 81copilot 55chat-modes 43copilot-agent 43playwright 43commands 26github-copilot 26google-antigravity 26ai-instructions 12context 12context-engineering 12llm-context 12azure-openai 8chatgpt-guide 8

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

Measures the risk that code shipped without anyone understanding it: a teach-back attestation on high-risk changes, a risk band from changed-code complexity, diff size and whether a human explanation accompanied it, and optional AI-authorship provenance. Findings stay advisory by design. Use when an AI-assisted…

113 5d ago A 107 tokens original MIT

creating-plugins

02

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

Packages repository skills as installable Copilot plugins: marketplace registration, plugin.json manifests, generated skill copies, and the sync check CI enforces. Use when bundling one or more skills for installation, when adding a plugin to the marketplace, or when npm run lint reports that a plugin copy has drifted…

113 5d ago A 74 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

Creates, reviews, and modernizes static code analysis setups for Node.js and TypeScript repositories, covering ESLint flat config, typescript-eslint, tsconfig, Prettier, import sorting, Husky, lint-staged, package.json quality scripts, and CI quality gates. Use when setting up or auditing linting, formatting…

113 5d ago A 92 tokens original MIT

refactor

05

dvasyliev/ai-dev-tools-getting-started

Skill Claude CodeCodex

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

20 4mo ago A 54 tokens

secrets

08

iloveitaly/llm-ide-rules

Skill Claude CodeCodex

Here's how environment variables are managed in this application.

13 yesterday A 4 tokens original MIT

iloveitaly/llm-ide-rules

Skill Claude CodeCodex

Skill "standalone-python-scripts" from iloveitaly/llm-ide-rules, covering standalone python scripts, /// script, requires-python = ">=3.13", dependencies = [] and ///.

13 yesterday A 9 tokens original MIT

create-checkpoint

10

MSiccDev/ai-context-kit

Skill Claude CodeCodex

Capture the current session state as a checkpoint artifact per spec section 4.4. Use when the user signals session end or explicitly requests a checkpoint. Do not use mid-session or without user approval.

12 4d ago A 44 tokens original MIT

new-example

14

cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions

Skill Claude CodeCodex

Scaffold a complete, deploy-ready domain example in examples/ from TEMPLATE.md — domain research, o3 Reasoning Protocol, ≥2 dated critical constraints, license classification, README sync, preflight validation. Use when asked to add or create a new domain-specific agent instruction file.

1 yesterday A 59 tokens original MIT

preflight

15

cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions

Skill Claude CodeCodex

Run the local CI mirror (placeholder audit, secret scan, structural invariants, chat-artifact scan, README sync check) before any commit that touches a Markdown file. Use when asked to validate/check the repo, and as the mandatory final step of /new-example and /sync-template.

1 yesterday A 61 tokens original MIT