measuring-ai-proficiency: Skill for Claude Code

.claude/skills/agentic-workflow/SKILL.md

agentic-workflow is a skill for Claude Code from pskoett/measuring-ai-proficiency. It costs 0 tokens per session (930 once invoked), scanned A, original, MIT.

A tool for describing GitHub Actions workflows in plain language. GitHub Actions automatically runs tasks in a repository when events such as a new issue or pull request occur.

In plain words
What is it for?
Use it to create workflows that triage issues, label pull requests, edit repository files, search or fetch documentation, and stop or escalate under defined conditions.
Why use it?
It avoids starting with detailed workflow scripts and makes the intended repository behavior easier to specify. The description can then be compiled into GitHub Actions configuration.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions Codex.

This is pskoett/measuring-ai-proficiency's own configuration. It tells Claude Code how to work on measuring-ai-proficiency itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything measuring-ai-proficiency configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/pskoett/measuring-ai-proficiency/main/.claude/skills/agentic-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pskoett/measuring-ai-proficiency

Made for: Claude Code.

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-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/pskoett/measuring-ai-proficiency/agentic-workflow.svg)](https://agentmods.dev/skills/pskoett/measuring-ai-proficiency/agentic-workflow)
Your own site
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00930
Opus 5 $0.00000 $0.00465
Sonnet 5 $0.00000 $0.00186
Haiku 4.5 $0.00000 $0.00093

Measured 7d ago against content hash 048265729999, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/skills/agentic-workflow/SKILL.md · 175 lines

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:

  1. Issue Triage - Auto-label, assign, and categorize issues
  2. Quality Assurance - Propose tests for uncovered code paths
  3. Accessibility - Scan and suggest WCAG fixes
  4. Documentation - Sync docs with code changes
  5. Dependency Updates - Review and merge safe updates
  6. 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

Read the full file on GitHub · 175 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. 7d ago First seen · 175 lines · 0 tokens per session scan A 048265729999

Subscribe to this mod's changes

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.

Related

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…

ccfos/nightingale · 125 tokens

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.

jnMetaCode/superpowers-zh · 69 tokens

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…

microsoft/power-platform-skills · 119 tokens

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.

cloudposse/atmos · 35 tokens

atmos-profiles

Atmos profiles: profile directories, --profile and ATMOSPROFILE activation, profile merge behavior, environment switching, and routing profile-specific auth/toolchain/config overrides.

cloudposse/atmos · 35 tokens

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.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens