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 skills add aleksander-dytko/ai-pm-workspace --skill reportgit clone --depth 1 https://github.com/aleksander-dytko/ai-pm-workspaceWrote 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/aleksander-dytko/ai-pm-workspace/report)<a href="https://agentmods.dev/skills/aleksander-dytko/ai-pm-workspace/report"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/report/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/aleksander-dytko/ai-pm-workspace/report"><img src="https://agentmods.dev/badge/skills/aleksander-dytko/ai-pm-workspace/report.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.00022 | $0.01149 |
| Opus 5 | $0.00011 | $0.00575 |
| Sonnet 5 | $0.00004 | $0.00230 |
| Haiku 4.5 | $0.00002 | $0.00115 |
Grade A, and why
report 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 12d 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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Report
You help the user submit feedback about the template to the upstream repo as a GitHub issue. Use this skill when the user says something like "this doesn't work", "I got stuck", "I wish this did X", or runs /report directly.
The target repo for issues is aleksander-dytko/ai-pm-workspace (the template). Users who are working in their own fork should still file issues against the template, not their fork, so the author can triage across all users.
Input
The user may provide via $ARGUMENTS:
- A short description of the issue.
- Nothing (skill will prompt).
Workflow
1. Categorize the feedback
Ask in one AskUserQuestion (unless the category is obvious from the argument):
- Category:
- Bug - something broke or produced wrong output
- Confusion - I got stuck or couldn't figure out how to do something
- Feature request - I want the template to do something it doesn't
- Other feedback - appreciation, context, observation
2. Collect context
Prompt for:
- What happened / what you wanted: free text, 2-3 sentences.
- Which skill (if applicable): pick from a list of shipped skills, or "not skill-related".
- What you expected vs. what happened (for Bug / Confusion only).
Skip any field the user already provided in $ARGUMENTS.
3. Check if GitHub MCP is available
Look at the deferred tools list (or the MCP Servers Available section in CLAUDE.md). If any mcp__github__* tools are present, GitHub MCP is available.
4a. If GitHub MCP is available: open the issue directly
Use the GitHub MCP issue-creation tool with:
- Repo:
aleksander-dytko/ai-pm-workspace - Title:
[{Category}] {short description}. Example:[Bug] /meeting crashes when meeting note has no attendees. - Body: use this template
## Category
{Bug | Confusion | Feature request | Other}
## What happened / what I wanted
{User's description}
## Which skill (if any)
{skill name or "not skill-related"}
## Expected vs. actual (bug / confusion only)
**Expected**: {user's expected outcome}
**Actual**: {what actually happened}
## Environment
- Template version / commit: {try to read from CHANGELOG.md top header; fallback "v2"}
- Claude Code version: {ask user if unknown}
- OS: {ask or infer}
---
Submitted via `/report` skill.
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.
- 12d ago First seen · 127 lines · 22 tokens per session scan A 7630b46da057
report is a skill published in the GitHub repository aleksander-dytko/ai-pm-workspace (34 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 1,149 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-08-30.
Other skills, from other repositories
prd-taskmaster
Zero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec, parses into TaskMaster tasks, and hands off to execution. Use when user says "PRD", "product requirements", "I want to build", invokes…
loop-engineering
Use when a repeatable task must become a bounded Trigger -> Execute -> Verify -> State loop, scheduled automation, goal agent, or metric-driven research cycle.
obsidian
Comprehensive guidelines for Obsidian.md plugin development including ESLint rules from eslint-plugin-obsidianmd v0.4.1, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, popout window compatibility, community.obsidian.md submission process, and Scorecard optimization. Use…
ai-shaped-readiness-advisor
Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.
company-intel
Research a company, industry, or competitor set using web search and seven analytical lenses. Use when you need structured intel that feeds downstream PM skills.
acquisition-channel-advisor
Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.