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.
npx agentmods add instructions/tasteray/skills/claude-mdgit clone --depth 1 https://github.com/tasteray/skillsWrote 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.
[](https://agentmods.dev/instructions/tasteray/skills/claude-md)<a href="https://agentmods.dev/instructions/tasteray/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/tasteray/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01259 | $0.01259 |
| Opus 5 | $0.00629 | $0.00629 |
| Sonnet 5 | $0.00252 | $0.00252 |
| Haiku 4.5 | $0.00126 | $0.00126 |
Grade A, and why
skills CLAUDE.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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TasteRay Skills Repository
Commit directly to main
Purpose
This repository contains skills for TasteRay's psychological profiling capabilities. Skills encode research-backed techniques for understanding users through natural conversation.
Repository Structure
/
├── .gitignore
├── CLAUDE.md # This file
├── LICENSE # MIT License
├── README.md # Skill catalog and installation
└── <skill-name>/
├── SKILL.md # Main skill file with YAML frontmatter
└── references/ # Supporting research and technique details
└── *.md
Skill File Format
Each skill has a SKILL.md file with YAML frontmatter:
---
name: skill-name
description: 'Multi-line description of when to use this skill.
Include specific use cases and trigger phrases.'
---
The body contains:
- Core principles and philosophy
- Research foundations with citations
- Specific techniques with examples
- Anti-patterns (what NOT to do)
- References section linking to detailed reference files
Adding New Skills
- Create a directory with the skill name (lowercase, hyphenated)
- Add
SKILL.mdwith proper YAML frontmatter - Add reference files in
references/subdirectory - Update
README.mdwith the new skill - Commit directly to main
Installation
Skills are installed via the skills.sh installer:
npx skills add tasteray/skills/<skill-name>
Or install all skills:
npx skills add tasteray/skills
Conventions
- Use academic citations where possible
- Include specific conversational examples
- Document anti-patterns explicitly
- Keep reference files focused on single topics
- Cross-reference between related techniques
Session concierge — resource fit-check
Proposing the right session setup is Claude's job, not the user's. When the first real task of a session arrives, check — BEFORE starting work — whether the session has what the task needs:
- Infer what the task touches using the resource map below.
- Compare with what is actually available: cloned repos, MCP servers (probe via tool search — availability varies per user and environment), skills.
- If something relevant is missing, open the reply with a short section "Setup for this task" / "Zestaw na to zadanie" (match the user's language): what's missing, why it matters (one phrase each), and the exact next step written for a non-technical reader. Do it yourself when possible (
add_repotool if present, MCP authorization links); ask the user only for what genuinely requires them. Start any work that can safely proceed in parallel. - If nothing is missing, don't mention resources at all — just do the task.
- Never guess the other side of a cross-repo contract: if the task touches a contract whose other repo is not connected, treat that repo as missing.
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.
- 5d ago First seen · 110 lines · 1,259 tokens per session scan A 44d58847ed3e
skills CLAUDE.md is an instructions file published in the GitHub repository tasteray/skills (23 stars, last pushed 1mo ago), licensed MIT. It adds 1,259 tokens to every session, about $0.0063 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-30.
Other instructions, from other repositories
glances CLAUDE.md
Claude Code instructions for nicolargo/glances, covering claude.md — glances maintainer context, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
windows-operations-mcp AGENTS.md
AGENTS.md instructions for sandraschi/windows-operations-mcp, covering windows-operations-mcp — agent guide, entry points, standards and key files.
windows-operations-mcp CLAUDE.md
Claude Code instructions for sandraschi/windows-operations-mcp, covering windows-operations-mcp — claude code guide, entry points, standards and key files.
cmds-llm-wiki AGENTS.md
Schema and harness document for the CMDS LLM Wiki vault. Defines the 3-layer architecture (Raw Sources / Wiki / Schema), ingest-query-lint operations, file conventions, and frontmatter standards. This is the single source of truth for LLM behavior in this vault.
cmds-llm-wiki CLAUDE.md
Schema and harness document for the CMDS LLM Wiki vault. Defines the 3-layer architecture (Raw Sources / Wiki / Schema), ingest-query-lint operations, file conventions, and frontmatter standards. This is the single source of truth for LLM behavior in this vault.
elicitly AGENTS.md
AGENTS.md instructions for elicitly/elicitly: This is the open-source Elicitly Free Edition: packages/elicitly (the local stdio MCP server published as elicitly) and packages/tools (the embeddable @elicitly/tools toolkit). The hosted Pro Edition lives in a separate private repository — nothing here may depend on it or…