Learn-skills.dev agentskills-specification

Points to the official Agent Skills open-format—agentskills/agentskills on GitHub, agentskills.io docs (including llms.txt index: Overview, What are skills?, Specification, Integrate skills into your agent). Use when the user asks how Agent Skills work, SKILL.md structure, integration, contributing, or aligning blockint skills with the upstream format—not as a substitute for reading the live specification and LICENSE terms in the upstream repo.

install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentic-reserve/blockint-skills/agentskills-specification" ~/.claude/skills/neversight-learn-skills-dev-agentskills-specification && rm -rf "$T"
manifest: data/skills-md/agentic-reserve/blockint-skills/agentskills-specification/SKILL.md
source content

Agent Skills — open format (reference)

Educational routing only. This skill does not reproduce the specification. Use the canonical links below for authoritative text, schema details, and license terms.

Canonical URLs

ResourceURL
Repositorygithub.com/agentskills/agentskills
Siteagentskills.io — documentation hub (per upstream README)

The upstream project describes Agent Skills as a simple, open format: folders of instructions, scripts, and resources that agents can discover for task-specific expertise (“write once, use everywhere”). The repo holds the specification, documentation, reference SDK material, and pointers to example skills and community channels (e.g. Discord — see live README).

Documentation index (llms.txt)

Use agentskills.io/llms.txt as the machine-readable index of first-party docs (discover pages before deep-linking). It currently lists:

DocURL
Overviewagentskills.io/home.md — open format for agent capabilities and expertise
What are skills?agentskills.io/what-are-skills.md — lightweight format for specialized knowledge and workflows
Specificationagentskills.io/specification.md — complete format specification
Integrate skills into your agentagentskills.io/integrate-skills.md — adding Agent Skills support to an agent or tool

What to read there

AreaTypical use
Specificationspecification.md — exact format expectations for portable skills
Integrationintegrate-skills.md — agent/tool implementers
Documentationhome.md, what-are-skills.md — concepts
Example skillsPatterns and breadth (see GitHub README + examples)
ContributingCONTRIBUTING.md in-repo

License (summary)

Upstream states: code in the repository is under Apache-2.0; documentation under CC-BY-4.0 — confirm in-repo LICENSE and per-directory notices. The format is community-open; Anthropic is named as a maintainer in the public README.

How to combine with blockint

NeedSkill
This repo’s BI / chain-focused skillsblockchain-intelligence-playbook
Portable skill format vs domain contentagentskills-specification (upstream spec); topical skills here for blockchain intel

Guardrails

  • Upstream wins — If blockint layout ever diverges from the published spec, treat agentskills as the portability reference.
  • No credential paste — Spec work does not require embedding secrets in skills.

Goal: stable pointers to agentskills/agentskills, agentskills.io/llms.txt, and agentskills.io/specification.md for Agent Skills format and documentation alignment.