Borrowing it
Nothing to install: this file belongs to pskoett/measuring-ai-proficiency. 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/pskoett/measuring-ai-proficiency/main/.claude/skills/agentic-workflow/SKILL.mdgit clone --depth 1 https://github.com/pskoett/measuring-ai-proficiencyWrote 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/pskoett/measuring-ai-proficiency/agentic-workflow)<a href="https://agentmods.dev/skills/pskoett/measuring-ai-proficiency/agentic-workflow"><img src="https://agentmods.dev/badge/skills/pskoett/measuring-ai-proficiency/agentic-workflow.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.1 | $0.00000 | $0.00930 |
| Opus 5 | $0.00000 | $0.00465 |
| Sonnet 5 | $0.00000 | $0.00186 |
| Haiku 4.5 | $0.00000 | $0.00093 |
Grade A, and why
agentic-workflow 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 7d 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 — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentic Workflow Creator
Create natural language GitHub Actions workflows using the agentic workflows pattern from GitHub Next.
Description
This skill creates markdown-based agentic workflows that can be compiled to GitHub Actions YAML. Instead of writing traditional scripts, you describe repository behaviors in plain language.
Usage
/agentic-workflow <task description>
Or invoke with specific parameters:
/agentic-workflow --trigger "issue opened" --task "triage and label issues"
Workflow Structure
Agentic workflows use this markdown format:
# Workflow Name
Brief description of what this workflow does.
## Triggers
- on: [trigger events]
## Permissions
- issues: write
- pull-requests: write
- contents: read
## Safe-outputs
- Maximum 1 pull request per run
- Only modify files in specific directories
## Tools
- edit: Modify files in the repository
- web-fetch: Fetch external documentation
- web-search: Search for solutions
## Instructions
Natural language instructions for the agent to follow.
Be specific about:
- What to look for
- How to make decisions
- What actions to take
- When to stop or escalate
Best Use Cases
Agentic workflows work best for:
- Issue Triage - Auto-label, assign, and categorize issues
- Quality Assurance - Propose tests for uncovered code paths
- Accessibility - Scan and suggest WCAG fixes
- Documentation - Sync docs with code changes
- Dependency Updates - Review and merge safe updates
- Code Review - Automated first-pass reviews
Examples
Issue Labeler
# Auto-Label Issues
Automatically categorize and label new issues based on content.
## Triggers
- on: issues.opened
## Permissions
- issues: write
## Safe-outputs
- Maximum 3 labels per issue
- Never close issues automatically
## Tools
- None required (uses GitHub API only)
## Instructions
When a new issue is opened:
1. Read the issue title and body
2. Categorize as: bug, feature, question, or documentation
3. Add appropriate labels:
- `bug` for error reports and broken functionality
- `enhancement` for feature requests
- `question` for help requests
- `docs` for documentation issues
4. Add priority label if keywords suggest urgency:
- `priority:high` if contains "critical", "urgent", "blocking"
- `priority:low` if contains "minor", "nice-to-have"
5. Add component labels based on file paths mentioned
6. Comment acknowledging the issue was triaged
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.
- 7d ago First seen · 175 lines · 0 tokens per session scan A 048265729999
agentic-workflow is a skill published in the GitHub repository pskoett/measuring-ai-proficiency (11 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 930 tokens. 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.
Other skills, from other repositories
import-prom-rule
Bulk import of a Prometheus alert rule YAML file (create a whole set of rules at once). Dedicated to handling a remote URL or local YAML text, automatically parsing the three formats groups / a plain rules array / a single rule. ⚠️ Do not use this skill for single-rule creation — when the user describes a single alert…
chinese-git-workflow
A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.
configure-env-variables
Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…
atmos-cache
Atmos caching: CI cache configuration and commands, GitHub Actions cache integration, Terraform registry cache mirror/list/prune/stats/trust, and cache modernization guidance.
atmos-profiles
Atmos profiles: profile directories, --profile and ATMOSPROFILE activation, profile merge behavior, environment switching, and routing profile-specific auth/toolchain/config overrides.
webhook-management
Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.