Agent Skills

Skills you could give me
Skills are on-demand capability packages — markdown files (with optional helper scripts/assets) that I load only when relevant. They're great for codifying workflows you do repeatedly, or giving me access to APIs/tools I don't have built in.
Skill ideas tailored to your setup
Looking at your workspace (lossless-monorepo/ai-labs/context-v/explorations/), here are skills that would likely pay off:
📝 Knowledge & content workflows
- exploration-writer — standardize how new files in explorations/ get structured (frontmatter, sections, naming conventions like When-X-and-When-Y.md).
- context-curator — rules for what belongs in context-v/ vs other dirs; how to summarize, link, and cross-reference.
- lossless-style — your house writing style (voice, formatting, citation conventions) so output matches your docs.
🔧 Repo / monorepo helpers
- monorepo-nav — quick map of lossless-monorepo packages, where things live, common commands.
- commit-and-pr — your preferred commit message style, branch naming, PR template.
- changelog-update — how to update CHANGELOG when shipping changes.
🔬 AI-labs specific
- prompt-eval — a repeatable harness for evaluating prompts/models (define inputs, run, log results to a folder).
- model-compare — structured side-by-side comparison doc generator (like the pi-vs-Claude-Code doc we just made).
- research-digest — given a paper/blog URL, extract key claims → notes → exploration file in your standard format.
🌐 External integrations (need helper scripts)
- brave-search or web-fetch — give me real web search/fetching.
- obsidian-sync if you use Obsidian — read/write to your vault with the right frontmatter.
- hugging-face-share — wrap pi-share-hf for one-command session publishing.
How we'd build one together
The workflow is collaborative and iterative:
- You describe the workflow in plain English — "every time I do X, I want Y to happen, following these conventions."
- I draft SKILL.md with frontmatter (name, description) + instructions + any helper scripts.
- We pick a location:
~/.pi/agent/skills/<name>/→ available in every project.pi/skills/<name>/in this repo → project-scoped.agents/skills/<name>/→ shared across pi and Claude Code / Codex- You run /reload in pi, then test with
/skill:<name>.
- We iterate — tighten the description (it controls when I auto-load it), add reference docs in references/, add scripts in scripts/.
- (Optional) bundle into a pi-package so you can share via npm/git.
Want to start?
Pick one and I'll draft it right now. My suggestion for highest leverage given what I've seen:
(2026-05-04T08:24.081Z)
Perplexity Query
(2026-05-04T08:24
.081Z)
Question:
What are Agent Skills? ai-skills the Open Spec authored by Anthropic. When did it come out? How has adoption been? Has anything changed? Other than it coming from anthropic, is there anything about it specifically clever relative to other possible specs or conventions?
Model: sonar-pro
Agent Skills is an open specification for AI agent capabilities, originally developed by Anthropic as a portable format for "procedural knowledge"—specialized, step-by-step instructions enabling AI agents to handle complex tasks like code generation, data analysis, or workflows.
[8adsdn]
[bi2kwq]
[ippek6]
Released on December 18, 2025 by Anthropic, it standardizes skills as self-contained filesystem directories with progressive levels of engagement, donated to the Agentic AI Foundation for broad interoperability.
[8adsdn]
[ippek6]
Key Features and Structure
Skills extend general-purpose agents into specialists via folders containing:
- Level 3: Sandboxed execution of Python/JavaScript scripts, referencing external resources only as needed. [8adsdn]
(depicts the three-level progressive disclosure structure).This differs from prior "Custom GPT" or plugin systems by using portable, platform-agnostic formats without opaque backends, allowing "build once, deploy anywhere" across Claude, ChatGPT, or Copilot.
[8adsdn]
Adoption and Usage
Adoption has grown rapidly since launch, with integration into multiple agent products and an open-contribution model via agentskills.io.
[ippek6]
DeepLearning.AI offers a short course (with Anthropic) teaching skill creation for workflows like marketing analysis using pre-built Excel/PowerPoint skills on Claude.ai.
[bi2kwq]
(shows a marketing campaign workflow combining skills with subagents).
(shows a marketing campaign workflow combining skills with subagents).Enterprise benefits include commoditizing the skills layer, challenging "walled gardens" from Microsoft or Google, and pairing with standards like Model Context Protocol (MCP).
[8adsdn]
Changes and Updates (as of May 2026)
Recent enhancements include skills referencing
${CLAUDE_EFFORT} for effort-aware content, plus broader Claude ecosystem improvements like Memory for Managed Agents (public beta, April 2026).
[xe24xg]
The GitHub repo (anthropics/skills) hosts Anthropic's Claude implementation, distinct from the general standard.
[7lef3z]
No major spec overhauls reported.
[xe24xg]
Clever Aspects Relative to Other Specs
Beyond Anthropic's origin, its progressive disclosure (loading only needed components to manage context/token limits) and sandboxed, filesystem-based portability stand out versus rigid plugins or model-specific conventions—enabling true cross-platform determinism without rewriting.
[8adsdn]
[bi2kwq]
Hailed as the "Android moment" for Agentic AI, it shifts value to modular procedural knowledge over proprietary models.
[8adsdn]
(illustrates interoperability across AI platforms).Citations
[8adsdn] 2026, Apr 20. Anthropic Shatters AI Walled Gardens with Launch of 'Agent Skills .... Published: 2025-12-31 | Updated: 2026-04-21
[bi2kwq] 2026, Apr 20. Agent Skills with Anthropic - DeepLearning.AI. Published: 2026-01-26 | Updated: 2026-04-21
[ippek6] 2026, May 03. Agent Skills Overview - Agent Skills. Published: 2026-04-22 | Updated: 2026-05-04
[xe24xg] 2026, May 01. Anthropic Release Notes - May 2026 Latest Updates - Releasebot. Published: 2026-05-02 | Updated: 2026-05-02
[7lef3z] 2026, Apr 16. anthropics/skills: Public repository for Agent Skills - GitHub. Published: 2025-09-22 | Updated: 2026-04-17