Skip to content

docs: migrate Agent Skills to dedicated PatterAI/skills repo#116

Merged
nicolotognoni merged 2 commits into
mainfrom
migrate-skills-to-dedicated-repo
May 27, 2026
Merged

docs: migrate Agent Skills to dedicated PatterAI/skills repo#116
nicolotognoni merged 2 commits into
mainfrom
migrate-skills-to-dedicated-repo

Conversation

@nicolotognoni
Copy link
Copy Markdown
Collaborator

Summary

Implementation

  • git rm -r skills/ removes the 5 SKILL.md + 5 references (1697 LOC) from this repo. Content has been copied verbatim to PatterAI/skills, with one improvement: setup-patter gained a "concierge" step that walks the user through every provider/carrier dashboard (OpenAI, Twilio, Telnyx, ElevenLabs, Deepgram, Cerebras, Anthropic, Google, Groq) with exact URL + UI steps + a cheap curl validation before writing .env.
  • README's "Skills for Coding Agents" section updated:
    • Install command: npx skills add patterai/skills (was patterai/patter)
    • Skill table links point to github.com/PatterAI/skills/tree/main/<skill-name> (absolute URLs to the new repo)
    • skills.sh link points to /patterai/skills
    • Version pinning syntax updated (patterai/skills#v0.6.2)
  • CHANGELOG: entries under ## Unreleased ### Added (README banner) and ### Changed (migration explanation).

Breaking change?

Yes, but minor:

  • npx skills add patterai/patter no longer resolves (no skills/ folder in this repo anymore).
  • Users should switch to npx skills add patterai/skills.
  • Skill content and behaviour are unchanged.

The change has zero impact on the SDK runtime — pip install getpatter and npm install getpatter are unaffected. Only the skills distribution channel moved.

Test plan

  • npx skills add patterai/skills --skill build-voice-agent succeeds (smoke-tested locally).
  • PatterAI/skills repo live and contains all 5 skills + references + README banner + LICENSE.
  • After merge: npx skills add patterai/patter fails cleanly (no skill found at that path).
  • README on main renders correctly; all skill links resolve to github.com/PatterAI/skills/tree/main/<skill-name>.

Docs updates

  • README.md — Skills section links updated to point at PatterAI/skills.
  • CHANGELOG.md — Unreleased entries describing the migration.
  • Skill content lives in https://github.com/PatterAI/skills (separate repo, separate versioning).

Related

Move the five SKILL.md files (and references) out of the SDK monorepo
into a dedicated repository at https://github.com/PatterAI/skills,
matching the industry pattern:

- elevenlabs/skills
- VapiAI/skills
- cartesia-ai/skills
- anthropics/skills
- coinbase/agentic-wallet-skills

This commit does two things:

1. Removes skills/ from the SDK repo (1697 LOC) — content has been
   copied verbatim to PatterAI/skills with one improvement: setup-patter
   now includes a concierge step that walks the user through every
   provider/carrier console with the exact URL + UI steps, and validates
   each API key with a cheap HTTP request before writing .env.

2. Rewrites the README's "Skills for Coding Agents" section to point at
   the new repo (skills.sh/patterai/skills, npx skills add
   patterai/skills, table linking to each skill's tree URL on the
   PatterAI/skills repo).

The previous install path 'npx skills add patterai/patter' no longer
resolves. Users should switch to 'npx skills add patterai/skills'.

No SDK runtime change.
@nicolotognoni nicolotognoni merged commit ccadea6 into main May 27, 2026
10 checks passed
@github-actions github-actions Bot deleted the migrate-skills-to-dedicated-repo branch May 28, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant