add-project

Parse a GitHub URL and append a formatted project entry to the README.

1|Updated Jul 9, 2020
One-click install
npx skills add https://github.com/ankurkakroo2/ankurkakroo2 --skill add-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-project
Source: https://github.com/ankurkakroo2/ankurkakroo2/tree/main/.claude/skills/add-project
Command: npx skills add https://github.com/ankurkakroo2/ankurkakroo2 --skill add-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious process of adding a new GitHub project to the Current Projects section of your README. It parses the provided GitHub URL, fetches repo metadata, generates a contextual emoji, creates a concise one-line description, and appends a formatted entry to the README, saving you manual editing time and keeping project lists up-to-date.

Core Features & Use Cases

  • URL parsing: Extracts owner and repository from the GitHub URL.
  • Metadata fetch: Reads repository description and README to understand project purpose.
  • Emoji generation: Chooses an emoji based on project domain (e.g., 🤖 for AI, 🧭 for navigation, etc.).
  • One-line description: Creates a concise, under-80-character blurb.
  • README update: Appends entry in the Current Projects section in the correct format.

Quick Start

Use the add-project skill with a GitHub URL, e.g. /add-project https://github.com/user/repo