📝
AutomationPython

File A Task

by no-human-ai

File A Task is an Automation skill for Claude Code, published by no-human-ai in no_human.

240 stars2 forkson no-human-ai/no_humanAdded 2026/09/03+6% in starsRepository updated 2026/09/03
agentagentic-aiai-agentai-codingautonomous-agentsclaudeclaude-codeclicode-reviewcoding-agentdeveloper-toolsdevops-toolshacktoberfestjirallmmcpmulti-agentpull-requestpythonsdlc
Install in seconds
Install File A Task
Copy File A Task into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/no-human-ai/no_human/tree/main/plugins/no-human/skills/file-a-task ~/.claude/skills/file-a-task

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/no-human-ai/no_human.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/no-human/skills/file-a-task/SKILL.md in no-human-ai/no_human
Installs to
~/.claude/skills/file-a-task
Collection
The only skill cataloged from this repository
Category
Automation1754 skills

What File A Task does

File A Task hands substantial work to the no_human MCP bridge with task_add and task_status instead of doing it inline. Use it when the work should become a reviewed pull request with its own branch, tests, and independent review.

File A Task is cataloged under Automation on DirSkills. File A Task comes from a repository tagged agent, agentic-ai, ai-agent, ai-coding and autonomous-agents.

Documentation

README

File a task into no_human

Use the two MCP tools this plugin exposes — task_add and task_status — to hand off work that should become a reviewed pull request, instead of making the change yourself in this conversation.

When to use

  • The work is substantial enough to deserve its own branch, its own tests, and independent review — not a one-line edit you can just make inline.
  • You want no_human to plan, code, test, have the result reviewed by a second model, and open a pull request, while you keep doing something else.
  • Do not use this for small edits you can make directly in the current conversation — that is strictly slower and adds no value.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about File A Task

  • How does File A Task compare to other Automation skills?

    File A Task ranks #1541 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of File A Task against them. Open each page to compare what they document and how they install.