skills

skills is an agent for coding agents from pageel/para-workspace. It costs 0 tokens per session (525 once invoked), scanned A, original, no licence file.

An open-source workspace framework called PARA Workspace for organising knowledge and working with AI agents. It includes a set of rules, command-line tools, and templates for creating workspaces.

In plain words
What is it for?
It is for creating and managing workspaces where people and AI agents organise knowledge and collaborate on projects.
Why use it?
It gives a project a defined way to store information and coordinate work instead of leaving files and agent tasks unstructured.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/pageel/para-workspace/skills
Clone the repo
git clone --depth 1 https://github.com/pageel/para-workspace

Wrote 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.

agentmods badge for skills

README.md
[![agentmods](https://agentmods.dev/badge/agents/pageel/para-workspace/skills.svg)](https://agentmods.dev/agents/pageel/para-workspace/skills)
Your own site
<a href="https://agentmods.dev/agents/pageel/para-workspace/skills"><img src="https://agentmods.dev/badge/agents/pageel/para-workspace/skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 525 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00525
Opus 5 $0.00000 $0.00262
Sonnet 5 $0.00000 $0.00105
Haiku 4.5 $0.00000 $0.00052

Measured 5d ago against content hash f1bfdd34d133, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills scanned grade A with 0 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/common/agents/skills.md · 28 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 5d ago First seen · 28 lines · 0 tokens per session scan A f1bfdd34d133

Subscribe to this mod's changes

skills is an agent published in the GitHub repository pageel/para-workspace (49 stars, last pushed 22d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 525 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

chief-of-staff

Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/infoonly/meetinginfo/actionrequired), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.

masrisystems/dot-agents · 61 tokens

loop-operator

Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.

masrisystems/dot-agents · 19 tokens

chat-search-syntax

The chat list endpoint accepts a q query parameter for filtering conversations. All filters use key:value syntax. Bare search terms are rejected; use title: for title filtering or search: for full-text search.

coder/coder · 0 tokens

dev-builder

Expert development engineer that adds logic, state management, and API integrations. Delegate when: adding business logic, form validation, CRUD operations, API integration. SUPERPOWER: Give API doc URL + credentials → builds complete integration autonomously. Self-sufficient: analyzes code, reads external docs…

wasintoh/toh-framework · 68 tokens

platform-adapter

Doc-driven platform integration agent. Converts web apps to LINE MINI App (LIFF SDK), PWA (Next.js), and Capacitor (iOS/Android); Expo & Tauri are secondary/legacy. Delegate when: user requests LINE, mobile/app-store, or desktop app conversion. Always pulls current official docs before writing platform code — no…

wasintoh/toh-framework · 92 tokens

root-cause-debugger

Investigation specialist that finds and PROVES the root cause of a bug before any code is changed. Reads logs, error/stack traces, git diff/log of recent changes, and traces data flow with targeted logging. Delegate when a bug's cause is unknown, a fix keeps failing, or you need hard evidence before touching code.…

wasintoh/toh-framework · 90 tokens