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.
git clone --depth 1 https://github.com/autohandai/community-skillsnpx agentmods add skills/autohandai/community-skills/agentic-workflowWrote 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/autohandai/community-skills/agentic-workflow)<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.
<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>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.00037 | $0.01769 |
| Opus 5 | $0.00018 | $0.00885 |
| Sonnet 5 | $0.00007 | $0.00354 |
| Haiku 4.5 | $0.00004 | $0.00177 |
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 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
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.
- 10d ago First seen · 290 lines · 37 tokens per session scan C 6e2144403232
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.
Other skills, from other repositories
skill-profile-manager
A profile-management workflow for creating, editing, switching, exporting, comparing, and updating creator profiles. A profile is a structured record of an account’s identity, style, audience, platforms, preferences, and accumulated notes.
skill-publish-checklist
A quick checklist for confirming that a piece of content contains the required publishing parts, such as a title, cover, tags, format, link, and call to action.
template-library
A personal library for saving, reusing, listing, editing, and versioning content templates. Templates can include replaceable fields such as a title, problem, solution, or call to action.
skill-my-account
A read-only account lookup workflow for checking the user’s own logged-in Xiaohongshu, Douyin, Kuaishou, Zhihu, or WeChat Channels accounts. It can show account identity and available creator statistics such as followers, likes, following, works, and post lists.
skill-publish-scheduler
A scheduling tool for organising content by platform and publish time, then finding items that are due and handing them to the appropriate publishing tool.
skill-publish-notify
A notification tool that sends publishing results to team chat services or any webhook. A webhook is a URL that accepts an automated message from another tool.