agentic-workflow

agentic-workflow is a skill for Claude Code from autohandai/community-skills. It costs 37 tokens per session (1,769 once invoked), scanned C, original, Apache-2.0.

A guide to using AI coding assistants for everyday development work, including commands, Git, integrations, and recovering interrupted sessions.

In plain words
What is it for?
It helps with assistant commands, Git and GitHub workflows, MCP integrations, session management, shortcuts, and practical development routines.
Why use it?
It collects common commands and working patterns in one place, so developers do not have to remember how each assistant handles tasks such as starting, checking, or resetting a session.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is git worktree add ../myapp-feature-auth feature/auth.

Good fit It helps with assistant commands, Git and GitHub workflows, MCP integrations, session management, shortcuts, and practical development routines.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/autohandai/community-skills
agentmods
npx agentmods add skills/autohandai/community-skills/agentic-workflow

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/autohandai/community-skills/agentic-workflow/github.svg)](https://agentmods.dev/skills/autohandai/community-skills/agentic-workflow)
Your own site
<a href="https://agentmods.dev/skills/autohandai/community-skills/agentic-workflow"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/agentic-workflow/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.

agentmods 80×15 button for agentic-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/autohandai/community-skills/agentic-workflow"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/agentic-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,769 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00037 $0.01769
Opus 5 $0.00018 $0.00885
Sonnet 5 $0.00007 $0.00354
Haiku 4.5 $0.00004 $0.00177

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

Security

Grade C, and why

agentic-workflow scanned grade C with 2 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 10d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

RUN curl -fsSL https://claude.ai/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl git tmux vim nodejs npm python3 python3-pip
agentic-workflow/SKILL.md · 290 lines

How it starts

The opening of the file, as written. The whole thing — 290 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Agent Workflow (Workflow & Productivity)

When to use this skill

  • Optimize everyday AI agent work
  • Integrate Git/GitHub workflows
  • Use MCP servers
  • Manage and recover sessions
  • Apply productivity techniques

1. Key commands by agent

Claude Code commands

Command Function When to use
/init Auto-generate a CLAUDE.md draft Start a new project
/usage Show token usage/reset time Start of every session
/clear Clear conversation history When context is polluted; start a new task
/context Context window X-Ray When performance degrades
/clone Clone the entire conversation A/B experiments; backups
/mcp Manage MCP servers Enable/disable MCP
!cmd Run immediately without Claude processing Quick status checks

Gemini CLI commands

Command Function
gemini Start a conversation
@file Add file context
-m model Select model

Codex CLI commands

Command Function
codex Start a conversation
codex run Run a command

2. Keyboard shortcuts (Claude Code)

Essential shortcuts

Shortcut Function Importance
Esc Esc Cancel the last task immediately Highest
Ctrl+R Search prompt history High
Shift+Tab x2 Toggle plan mode High
Tab / Enter Accept prompt suggestion Medium
Ctrl+B Send to background Medium
Ctrl+G Edit in external editor Low

Editor editing shortcuts

Shortcut Function
Ctrl+A Move to start of line
Ctrl+E Move to end of line
Ctrl+W Delete previous word
Ctrl+U Delete to start of line
Ctrl+K Delete to end of line

3. Session management

Claude Code sessions

# Continue the last conversation
claude --continue

# Resume a specific session
claude --resume <session-name>

# Name the session during the conversation
/rename stripe-integration

Read the full file on GitHub · 290 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. 10d ago First seen · 290 lines · 37 tokens per session scan C 6e2144403232

Subscribe to this mod's changes

agentic-workflow is a skill published in the GitHub repository autohandai/community-skills (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 1,769 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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