create-paperclip-bundled-skill

Convert source material into a standardized, catalog-ready skill for Paperclip agent orchestration.

79.8k|14.6k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/paperclipai/paperclip --skill create-paperclip-bundled-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-paperclip-bundled-skill
Source: https://github.com/paperclipai/paperclip/tree/main/.agents/skills/create-paperclip-bundled-skill
Command: npx skills add https://github.com/paperclipai/paperclip --skill create-paperclip-bundled-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the process of turning raw ideas, tweets, or task descriptions into structured, reusable skills for the Paperclip catalog, ensuring consistency and quality across the agent ecosystem.

Core Features & Use Cases

  • Standardized Authoring: Provides a clear workflow for creating, documenting, and validating new skills.
  • External Integration: Facilitates the inclusion of existing GitHub-hosted skills as external references.
  • Quality Assurance: Automates manifest generation and testing to ensure new skills meet catalog standards.

Quick Start

Use the create-paperclip-bundled-skill to convert the linked tweet into a new optional skill in the catalog.

Frequently Asked Questions about create-paperclip-bundled-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new skill to the Paperclip catalog?

Create a new directory in packages/skills-catalog/catalog/ with a valid SKILL.md file, define the required frontmatter, and run the manifest builder to register the skill.

When should I use an external reference instead of a local skill?

Use an external reference when a high-quality, maintained skill already exists on GitHub, allowing you to pin a specific commit and keep attribution upstream.

What is the difference between bundled and optional skills?

Bundled skills are shipped to every Paperclip company by default, while optional skills are available for companies to install as needed.

How do I validate my new skill before opening a PR?

Run the manifest builder and the test suite using pnpm to ensure the catalog.json is updated correctly and all metadata requirements are met.