agentic-design-toolkit copilot-instructions.md

agentic-design-toolkit copilot-instructions.md is an instructions file for GitHub Copilot from martinstofko219/agentic-design-toolkit. It costs 1,108 tokens per session, scanned A, original, MIT.

A set of reusable instructions and task guides for AI coding assistants working on design projects. It covers project structure, design workflows, and rules for files such as TypeScript and HTML.

In plain words
What is it for?
It helps with design reviews, wireframes, prototypes, and other design tasks in a shared toolkit used with Claude and GitHub Copilot.
Why use it?
It gives the assistant consistent guidance about how the project is organised and how design work should proceed. This reduces repeated explanations and helps route requests to the right workflow.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/martinstofko219/agentic-design-toolkit/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/martinstofko219/agentic-design-toolkit

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-design-toolkit copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/martinstofko219/agentic-design-toolkit/copilot-instructions.svg)](https://agentmods.dev/instructions/martinstofko219/agentic-design-toolkit/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/martinstofko219/agentic-design-toolkit/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/martinstofko219/agentic-design-toolkit/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,108 This file is loaded in full into every session.
When invoked 1,108 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01108 $0.01108
Opus 5 $0.00554 $0.00554
Sonnet 5 $0.00222 $0.00222
Haiku 4.5 $0.00111 $0.00111

Measured 4d ago against content hash 559cf96784f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentic-design-toolkit copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agentic-design-toolkit

A collection of agentic AI tools — skills and instructions — focused on design workflows.

Purpose

This toolkit provides reusable, composable components for automating design-related tasks using AI. All tools are built to work with both Claude (via Claude Code / Cowork) and GitHub Copilot (primary consumer).

Project Structure

  • skills/ — Skill prompt files shared between Claude and Copilot, each scoped to a single design task or workflow
  • instructions/ — VS Code-style instruction files for Copilot only. Each file uses applyTo frontmatter to scope instructions to specific file patterns (e.g., **/*.ts,**/*.html). Not loaded by Claude.

Skill Pipeline

The skills compose into a design workflow. Use this map to route a request to the right skill and to suggest the logical next step; contributors use it to see where a new skill fits.

  1. design-grill — pressure-test a concept before any design work begins
  2. wireframe-design — explore structural options as interactive lo-fi wireframes
  3. prototype-design — build a realistic, interactive prototype of the chosen direction, delivered either as a React + Vite project or as a single self-contained HTML file (same visual fidelity, different functional ceiling; the user always makes the final format call, and companion files carry the format-specific mechanics)
  4. research-plan — plan a research study (discovery interviews or a prototype-based usability test); analyzes the prototype and co-drafts themes and test scenarios with the user
  5. research-synthesis — distill user research into themes, insights, and prioritized opportunities
  6. prototype-audit — compare a prototype against a research synthesis; produces a prioritized implementation plan
  7. spec-design — build production-ready Angular UI from a design, prototype, or audit plan

storybook-docs sits outside the pipeline — a standalone skill for documenting design-system components and foundations in Storybook.

Skills are self-contained and can be invoked at any entry point — not every project touches every stage. Cross-references between skills use the skill's folder name.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 56 lines · 1,108 tokens per session scan A 559cf96784f7

Subscribe to this mod's changes

agentic-design-toolkit copilot-instructions.md is an instructions file published in the GitHub repository martinstofko219/agentic-design-toolkit (1 stars, last pushed 1mo ago), licensed MIT. It adds 1,108 tokens to every session, about $0.0055 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

solidworks-api-skill CLAUDE.md

Instructions for guoleizhen717/solidworks-api-skill, covering solidworks api skill repository, repository purpose, skill scope and project conventions.

guoleizhen717/solidworks-api-skill · 205 tokens

q3ds-solidworks-mcp AGENTS.md

AGENTS.md instructions for zarcherlot/q3ds-solidworks-mcp, covering codex repository guidance, architecture, drawing planning and verification.

zarcherlot/q3ds-solidworks-mcp · 483 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens