foreman

Lists and routes requests to skills in the Clerkwork collection.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/davidsneighbour/clerkwork --skill foreman-davidsneighbour
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: foreman
Source: https://github.com/davidsneighbour/clerkwork/tree/main/skills/foreman
Command: npx skills add https://github.com/davidsneighbour/clerkwork --skill foreman-davidsneighbour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with a large collection of AI skills, it is hard to remember exact skill names or know which skill handles a given job. Foreman acts as the interface to the Clerkwork skill collection, showing the catalogue by category and routing concrete requests to the right skill. ## Core Features & Use Cases - Catalogue Overview: Prints the complete Clerkwork skill catalogue grouped by category (agent management, repository maintenance, project management, Git and GitHub) when you ask for an overview or help. - Category Filtering: Narrows the catalogue to a single category for broad requests such as foreman git or foreman project. - Request Routing: Maps concrete commands like foreman audit packages or foreman issues 123 directly to the matching skill without duplicating that skill's work. - Use Case: You want to check dependencies for vulnerabilities but cannot remember the skill name. Run foreman audit security and Foreman hands the job off to the osv-scan skill. ## Quick Start Ask the AI to run foreman overview to list all available Clerkwork skills by category.

Frequently Asked Questions about foreman

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all available Clerkwork skills?▼

Run `foreman overview`, `foreman help`, or a bare `foreman` request. Foreman prints the complete catalogue grouped by category, including each skill name and a short description, without requiring you to remember any names first.

How do I route a task to the right AI skill?▼

Describe the job to Foreman, for example `foreman audit packages` or `foreman issues 123`. Foreman matches the request to the corresponding Clerkwork skill and hands off directly, without performing the target skill's work itself.

Can I filter the skill catalogue by topic?▼

Yes. Broad category or topic requests such as `foreman git`, `foreman github`, `foreman project`, or `foreman agent` show only the matching category and its available skills instead of the full catalogue.

What happens if no skill matches my request?▼

Foreman says so explicitly rather than forcing the request into the nearest category. It never invents a skill that is not in the catalogue, and it asks you to choose only when your intended job cannot be inferred.

Does Foreman execute the tasks itself?▼

No. Foreman only identifies the job and hands it off to the matching skill. It does not duplicate the target skill's work and never bypasses that skill's confirmation or safety rules.