agentsclimarketplace

New work with skills en

Skill roebi/new-work-skills/skills/new-work-with-skills-en

Agent Skills that teach and implement the **New Work with Skills** methodology

Install
npx -y skills add roebi/new-work-skills --skill new-work-with-skills-en

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Teaches the new thinking of how to do new work with Agent Skills. Use this skill when the user wants to understand how to organize work using skills, how to save sessions as skills, how to use skill trees, how to continuously improve skills, how to use skills as roles, how to use evolving state with skills, or how to apply test-driven thinking to skill workflows. Trigger when the user asks about new work methods, agent skills workflows, skill organization, session capture, evolving state, or skill-based role patterns.

The file declares its own license as CC-BY-NC-SA-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.2 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

New Work with Skills

Your Prompt in combination with an Agent is the new unit of work.

A practical guide to working with Agent Skills across increasing levels of mastery.
See references/levels.md for full detail on each level.


Quick Map of Levels

LevelTitleCore Idea
1Understand & Use SkillsA HowTo for Humans is a Skill for Agents
2Save Single Work as a SkillCapture sessions — don't let work get lost
3Organize Your SkillsGit repos, flat folder, license, group freely
4Continuous Skill ImprovementLive updates while you work
5Skill with Special TechniquesRole skills, evolving state, TDD for skills
This is the End of the BeginningTo be continued…

Level 1 — Understand Skills and Use Skills

A HowTo for Humans is a Skill for Agents and Humans.

The 3-Step Reading Pattern (Context-Efficient)

  1. Discovery — Agent loads only name + description (~100 tokens per skill)
  2. Activation — When task matches, agent reads full SKILL.md body
  3. Execution — Agent loads referenced files or executes scripts only as needed

Level 2 — Save Single Work as a Skill

The Problem: You worked on something. Your session ends. Your work is lost.

Old Solution: Save a summary as a .md file manually.

New Thinking: At the end of your session, use this prompt:

For this session write me a Skill named <my-new-skill> using
https://github.com/roebi/agent-skills/blob/main/skills/create-agent-skill-en/SKILL.md
Output is a Zip file ending with .zip that I can download.
It contains the new Skill and all its related files.

This turns every working session into a reusable, shareable, versioned Skill.


Level 3 — Organize Your Skills

  • Store skills in one or more git repositories
  • In a git repo, only a flat skills/ folder is allowed — no nested skill folders
  • Group by whatever fits: your team, your projects, your company
  • License your skills — use the license frontmatter field
    → Consider writing a dedicated skill-licensor skill for consistent licensing
my-skills-repo/
└── skills/
    ├── my-skill-a/
    │   └── SKILL.md
    ├── my-skill-b/
    │   └── SKILL.md
    └── new-work-with-skills-en/
        └── SKILL.md

Level 4 — Continuous Skill Improvement

You work in your project git repo using an Agent, with your skills in a parallel folder <my-skills>.

While you work, when you notice a skill needs updating or extending, use this prompt pattern:

Update/Extend in the Skill <my-skill> this <whatever needs to change>.

This keeps skills alive and evolving alongside your actual work — without interrupting your flow.


Level 5 — Skill with Special Techniques

See references/special-techniques.md for full detail.

5a — Skill is a Role

Old Thinking: Agent has Roles. Agent uses Skills.

New Work Thinking:

Your Prompt + Agent → Let write a Skill that IS a Role,
using its own Skill, which may use other Skills.

The Role Skill can act as:

  • Mentor — guides the process
  • Safeguard — validates decisions
  • Process Guard — enforces workflow

The Agent is reduced to pure EVA execution (Execute, Validate, Advance).

5b — Skill Having Evolving State

Instruct your Skill to output an evolving work result state .md file.

Loop:

  1. Skill reads your prompt + the evolving state file
  2. Skill processes
  3. Skill writes a new evolved state file

Repeat until the evolving work result state matches your expectations.

5c — Skill Until Requirement is Fulfilled

Think Test-Driven Development — implemented with Skills.

Write a Skill in generic form. Then combine it with:

  • A simple Skill
  • A Skill that is a Role (5a)
  • A Skill having Evolving State (5b)

The skill loop runs until the defined requirement is fulfilled.


This is the End of the Beginning

To be continued…


Author: Robert Halter, Switzerland
Version: 2.0
Date: 2026-03-10
License: All rights reserved by author.

What ships with it: 2 files

9.1 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.