Metadata-Version: 2.4
Name: skillfed
Version: 0.1.0
Summary: No-clone installer for Skill Federation — drops the curl-tier finder skill + /skillfed command into ~/.claude. Run via `uvx skillfed` or `pipx run skillfed`. Stdlib only, zero deps.
Project-URL: Homepage, https://github.com/skill-federation/skill-federation
Project-URL: Repository, https://github.com/skill-federation/skill-federation
License-Expression: MIT
Keywords: agent-skills,claude-code,installer,skill-federation,skillfed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# skillfed (Python installer)

No-clone installer for [Skill Federation](https://github.com/skill-federation/skill-federation).
Drops the curl-tier finder skill + `/skillfed` command into `~/.claude` (or `./.claude`).

```bash
uvx skillfed                  # curl tier, user scope (~/.claude)
uvx skillfed --with-hook      # + plan-approval nudge
uvx skillfed --with-npx       # + register the npx -y skillfed-mcp MCP server
uvx skillfed --scope project  # install into ./.claude

# or, with pipx:
pipx run skillfed
```

Then **restart Claude Code** and run `/skillfed <what you're trying to do>`.

Stdlib only, zero dependencies. The runtime finder itself needs just `curl`. This package is one
of three install paths — see the project README for the curl bootstrap and `npx skillfed`.

## Build (maintainers)

```bash
node ../scripts/vendor-payload.mjs   # vendor the 3 payload files into src/skillfed/payload/
python -m build                      # sdist + wheel in dist/
```
