Install
$ agentstack add skill-enc0ding-claude-agent-starter-github-installer ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
GitHub Repo Installation Skill
When a GitHub URL is pasted, follow this process. Do NOT install before classifying.
Step 1 — Clone and classify
Clone the repo to /tmp/ (or $env:TEMP on Windows) and inspect the structure:
SKILL.mdat the root → it's a skill.claude-plugin/plugin.json→ it's a pluginpackage.jsonwith an MCP server entry point (look formcp,bin, or server config) → it's an MCP server- None of the above → standalone tool, framework, or app
Step 2 — Handle by type
Skill
Copy the entire skill directory to .claude/skills/[skill-name]/. The directory name should match the name field in the skill's frontmatter.
Plugin
Use the plugin marketplace if it's listed:
/plugin install [name]@[marketplace]
/reload-plugins
If not on a marketplace, the user must add it as a custom plugin source.
MCP Server
Add the server to .claude/settings.json under a mcpServers key. Format depends on the server — read its README.
Standalone Tool
Don't install into .claude/. Clone it to the project root or a sibling directory, depending on what makes sense.
Rules
- NEVER install before classifying
- NEVER dump an entire repo into
.claude/skills/ - Verify the install worked by checking for the expected files
- If anything is ambiguous, ask the user before proceeding
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: enc0ding
- Source: enc0ding/claude-agent-starter
- License: MIT
- Homepage: https://ixprt.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.