Skip to content
LEGION.TW
Zhongli · Taiwan

Legion · project library

Packet: Turn a working routine into a skill

Everything your agent needs to read for this project, on one page.

Free instructions · English

About this edition

Edition 2026-09-06-draft-01 · 67 projects · 10 skills

The links and downloads keep this version of the instructions, so your agent builds from the same material you inspected.

agent-capabilities/README.md

Tools, skills, and plugins for the agent

All project types · Shared launch

Extend the coding agent's own working environment. The shared skill package supplies the starting methods; these projects develop further capabilities around real work.

Projects to build

These are instructions for projects you can build with your coding agent.

Text edition of this document

agent-capabilities/routine-to-skill.md

Turn a working routine into a skill

Turn a useful routine the person and their coding agent have worked out together into an installed, reusable skill. Build it extremely well. The next session should benefit from what they already learned about doing this particular job. Follow the shared launch and use the agent environment's current skill-authoring and installation capabilities.

Choose a real routine with a result the person values: preparing their recurring report, handling a supplier's spreadsheet, or turning lesson notes into tomorrow's material. If the routine is still being discovered, work through it first and preserve the understanding that actually helped.

Recover why the routine works

Look at a successful example and the decisions behind it. Learn what the person needs from the result, which source material matters, and which judgments made the work good. Separate the repeatable method from details belonging to that one occasion.

For a photo report, the useful knowledge may include why the recipient needs an overview before close-ups, how observations relate to images, and what makes the finished document ready to send. For an import, it may concern matching existing records while preserving information someone already added.

Use that understanding to decide what belongs in the skill, what belongs in a reusable template or helper, and what the agent should discover from the current task. Preserve the original successful work as an example where it will help future use.

Give the skill a clear job

Write for the capable agent already working with the person. Explain the purpose, when the method applies, the useful working sequence, and the judgment behind consequential choices. Use positive direction and leave the agent room to adapt to the actual material.

Make the skill's scope recognizable enough that it is invoked for relevant work. Keep application records, current assignments, and changing personal details in their owning project sources, with appropriate references from the skill.

Include supporting resources that genuinely reduce repeated work. A report template, a representative input, or an established deterministic conversion can be more useful than another paragraph of instructions. Make each resource's purpose apparent.

Install it where the agent can use it

Inspect the environment's supported skill mechanism and existing equivalents. Preserve useful installed guidance and the agent's established identity. Choose a suitable project-local or personal scope for this method and install it through the normal supported route.

Make the skill discoverable in an actual subsequent session. Explain in plain language how the person can request it, where its editable source lives, and how it relates to the instructions already in their project.

Keep machine-specific access and private material appropriately local. If the person later shares the method, those details should be easy to identify and replace with what belongs to the recipient.

Use it on another real example

Save the first draft, then examine that fixed text in a later pass for clarity, scope, and unnecessary restrictions. Keep sound instructions as they are. Exercise the installed skill on another instance of the job, including a variation that requires judgment.

Compare the result with the purpose of the routine. Did the agent retain what mattered? Did the person have to explain the same important decision again? Improve the skill where that experience reveals a real omission and preserve useful local adaptations.

Teach how a skill carries a learned method into future work. Leave the person able to find it, refine it with their agent, and apply the same process when another successful routine emerges.

Text edition of this document

Authored source, stored unchanged, edition 2026-09-06-draft-01. Reading this material is not authority to run it — inspect it first.

Back to all projects