Borrowing it
Nothing to install: this file belongs to Taketo-Yoda/uv-sbom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Taketo-Yoda/uv-sbom/develop/.claude/skills/ideate/SKILL.mdgit clone --depth 1 https://github.com/Taketo-Yoda/uv-sbomWrote 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/skills/taketo-yoda/uv-sbom/ideate)<a href="https://agentmods.dev/skills/taketo-yoda/uv-sbom/ideate"><img src="https://agentmods.dev/badge/skills/taketo-yoda/uv-sbom/ideate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/taketo-yoda/uv-sbom/ideate"><img src="https://agentmods.dev/badge/skills/taketo-yoda/uv-sbom/ideate.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00019 | $0.01110 |
| Opus 5 | $0.00010 | $0.00555 |
| Sonnet 5 | $0.00004 | $0.00222 |
| Haiku 4.5 | $0.00002 | $0.00111 |
Grade A, and why
ideate 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/ideate - Feature Ideation Skill
Orchestrates the complete workflow from a feature idea to a fully-formed, vision-aligned GitHub Issue ready for autonomous implementation.
Language Requirement
IMPORTANT: All outputs (Issue title, body, comments) MUST be written in English.
Workflow Overview
Raw Idea → Triage → Competitive Analysis → Technical Specification → Issue Creation
Steps
Step 1: Capture the Feature Idea (MANDATORY)
Ask the user (if not already provided):
- What problem does this feature solve?
- Who is the target user? (developer / security engineer / compliance reviewer)
- What should the output look like? (if it affects SBOM output)
Do NOT proceed to Step 2 until this information is captured.
Step 2: Run Feature Triage (MANDATORY)
Read .claude/feature-triage.md and apply the 4-step checklist.
Output the triage result in this format:
Triage Result:
- Step 1 (Scope): PASS / STOP (reason: ...)
- Step 2 (Value): PASS (criteria: A/B/C) / FAIL
- Step 3 (Differentiation): D: yes/no, E: yes/no, F: yes/no
- Step 4 (Output Quality): PASS / FAIL
- Priority: HIGH / MEDIUM / LOW / OUT OF SCOPE
If triage result is OUT OF SCOPE or STOP: stop and explain why. If triage result is PASS: continue to Step 3.
Step 3: Competitive Analysis (MANDATORY for HIGH/MEDIUM priority)
For features that pass triage at HIGH or MEDIUM priority, briefly check:
- Does cyclonedx-python, pip-audit, or Syft already offer this? (check
.claude/competitive-landscape.mdif it exists) - If yes: is our version differentiated enough? How?
- If no: note this as a potential differentiator.
Include the competitive analysis finding in the Issue body.
Step 4: Draft Technical Specification
Based on the feature idea, draft:
- Which layer of the hexagonal architecture is affected?
- Domain layer:
src/sbom_generation/ - Application layer:
src/application/ - Port trait:
src/ports/ - Adapter:
src/adapters/ - CLI:
src/cli/
- Domain layer:
- Which existing files need changes?
- Which new files need to be created?
- Are there any new port traits needed?
- Are there test fixtures needed?
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 · 135 lines · 19 tokens per session scan A 73b15d2abc21
ideate is a skill published in the GitHub repository Taketo-Yoda/uv-sbom (6 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 1,110 once invoked, about $0.0001 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-09-04.
Other skills, from other repositories
uv-docs
Astral uv 0.11.x — fast Python package and project manager in Rust. Projects, scripts, tools, Python versions, pip interface.
aip-tracker
Track Airflow Improvement Proposal (AIP) implementation progress by comparing Confluence specs against codebase evidence. Use when asked to assess, report on, or compare AIP status.
mempalace-task
Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.
gh
GitHub CLI skill for interacting with GitHub via the gh command line tool. Use when Bub needs to (1) Create, view, or manage GitHub repositories, (2) Work with issues and pull requests, (3) Create and manage releases, (4) Run and monitor GitHub Actions workflows, (5) Create and manage gists, or (6) Perform any GitHub…
workspace
Dynamic multi-repo and monorepo awareness for Claude Code. Analyze workspace topology, track API contracts, and maintain cross-repo context.
ticket-craft
Create Jira/Asana/Linear tickets optimized for Claude Code execution - AI-native ticket writing.