AgentStack
SKILL verified MIT Self-run

Github Installer

skill-enc0ding-claude-agent-starter-github-installer · by enc0ding

>

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-enc0ding-claude-agent-starter-github-installer

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Github Installer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.md at the root → it's a skill
  • .claude-plugin/plugin.json → it's a plugin
  • package.json with an MCP server entry point (look for mcp, 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.