{"id":38268263,"url":"https://github.com/yurakawa/mskills","last_synced_at":"2026-02-08T19:19:54.814Z","repository":{"id":331689058,"uuid":"1131828797","full_name":"yurakawa/mskills","owner":"yurakawa","description":"mskills is a CLI tool to manage \"Agent Skills\" for various AI agents.","archived":false,"fork":false,"pushed_at":"2026-01-31T13:59:33.000Z","size":205,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T01:25:59.972Z","etag":null,"topics":["agent-skill","agent-skills","ai-agents","cli"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/mskills","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yurakawa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T19:18:39.000Z","updated_at":"2026-01-31T13:59:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yurakawa/mskills","commit_stats":null,"previous_names":["yurakawa/mskills"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/yurakawa/mskills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurakawa%2Fmskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurakawa%2Fmskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurakawa%2Fmskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurakawa%2Fmskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurakawa","download_url":"https://codeload.github.com/yurakawa/mskills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurakawa%2Fmskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29240510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T18:06:38.086Z","status":"ssl_error","status_checked_at":"2026-02-08T18:06:09.124Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skill","agent-skills","ai-agents","cli"],"created_at":"2026-01-17T01:48:06.992Z","updated_at":"2026-02-08T19:19:54.793Z","avatar_url":"https://github.com/yurakawa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mskills\n\n**mskills** is a CLI tool to manage \"Agent Skills\" for various AI agents (Claude, Codex, Gemini, Copilot) in a centralized way.\n\n## Installation\n\n### From npm (Recommended)\n\n```bash\nnpm install -g mskills\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/yurakawa/mskills.git\ncd mskills\nnpm install\nnpm run build\nnpm link\n```\n\n## Usage\n\n### 1. Add a Skill\n\nRegister a skill directory to mskills.\n\n```bash\nmskills add \u003cskill-name\u003e \u003cpath/to/skill\u003e\n```\n\n**Example:**\n\n```bash\nmskills add hello-world ./demo-skill\n```\n\n### 2. Enable Agents\n\nSelect which agents you want to apply the skills to.\n\n```bash\nmskills agents add \u003cagent-names...\u003e\n```\n\n\u003e [!TIP]\n\u003e See [Supported Agents](#supported-agents) for the list of available agent names (e.g., `claude`, `cursor`, `github-copilot-cli`).\n\n**Example:**\n\n```bash\n# Enable for Claude and GitHub Copilot\nmskills agents add claude github-copilot-cli\n```\n\n### 3. Apply Skills\n\nSync your configured skills to the enabled agents' configuration directories.\n\n```bash\nmskills apply\n```\n\nThis will create symbolic links (default) or copies of your skills in the agent's skills directory (e.g., `~/.claude/skills/hello-world`).\n\n### Commands\n\n| Command | Description |\n| :--- | :--- |\n| `mskills add \u003cname\u003e \u003cpath\u003e` | Register a skill. |\n| `mskills remove \u003cnames...\u003e` | Remove registered skills. |\n| `mskills list` | List registered skills. |\n| `mskills agents add \u003cnames...\u003e` | Enable target agents. |\n| `mskills agents remove \u003cnames...\u003e` | Disable target agents. |\n| `mskills agents list` | List enabled agents. |\n| `mskills apply` | Apply skills to enabled agents. |\n| `mskills apply --force` | Force overwrite existing skills. |\n\n## Configuration\n\n**mskills** stores its configuration and data in the following directory:\n\n- **Config File**: `~/.mskills/config.json`\n- **Internal Skills Cache**: `~/.mskills/skills` (used for internal management)\n\n## Supported Agents\n\n| Agent | CLI Name | Skills Directory |\n| :--- | :--- | :--- |\n| **Claude** | `claude` | `~/.claude/skills` |\n| **Cursor** | `cursor` | `~/.cursor/skills` |\n| **Codex** | `codex` | `~/.codex/skills` |\n| **Gemini** | `gemini` | `~/.gemini/skills` |\n| **GitHub Copilot CLI** | `github-copilot-cli` | `~/.copilot/skills` |\n\n## Demo\n\nA demo skill is included in `demo-skill/`.\n\n```bash\n# 1. Add the demo skill\nmskills add demo ./demo-skill\n\n# 2. Enable an agent (e.g., Claude)\nmskills agents add claude\n\n# 3. Apply\nmskills apply\n\n# 4. Check result\nls -l ~/.claude/skills/demo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurakawa%2Fmskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurakawa%2Fmskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurakawa%2Fmskills/lists"}