niobium-skills
Health Warn
- License — License: Apache-2.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
A Skill for Anthropic Claude that enables Claude users to more easily create secure computation applications that use fully homomorphic encryption. The initial commit demonstrates an 11% improvement over non-skill Claude in satisfying application goals, at a cost increase of roughly 50% in tokens on the test suite.
Niobium Skills
AI Agent Skills by Niobium — portable SKILL.md
packages that guide AI coding agents through building privacy-preserving and fully
homomorphic encryption (FHE) applications. Each skill works with any agent that supports
the open Agent Skills standard: Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, GitHub
Copilot, Windsurf, and more.
Skills
fhe-application-design — design FHE applications
An 8-stage methodology for designing and building Fully Homomorphic Encryption (FHE)
applications with the Niobium DSL and OpenFHE — from privacy model and feasibility through
scheme selection, circuit design, parameter selection, implementation, and protocol
specification. Use it whenever you need to compute on encrypted data, assess FHE
feasibility, or structure a client–server protocol for encrypted computation.
npx skills add NiobiumInc/niobium-skills --skill fhe-application-design
See the skill's README for full documentation.
| Skill | What it does | Install |
|---|---|---|
fhe-application-design |
Design & build FHE applications (Niobium DSL / OpenFHE) | npx skills add NiobiumInc/niobium-skills --skill fhe-application-design |
Installation
Each skill installs independently. Pick whichever method fits your setup — all of them
install the full skill folder, including its references/.
Universal CLI (recommended)
npx skills add NiobiumInc/niobium-skills --skill <skill-name>
skills.sh auto-detects your agent and writes the skill to the right
directory.
GitHub CLI
gh skill install NiobiumInc/niobium-skills <skill-name>
Claude Code plugin marketplace
This repo is also a Claude Code plugin marketplace, so each skill can be installed as a
plugin:
/plugin marketplace add NiobiumInc/niobium-skills
/plugin install fhe-application-design@niobium-skills
Manual
Clone the catalog and copy the skill folder (preserving references/) into your agent's
skills directory:
git clone https://github.com/NiobiumInc/niobium-skills
cp -r niobium-skills/skills/<skill-name> ~/.claude/skills/<skill-name>
| Agent | Per-project | Per-user |
|---|---|---|
| Claude family | .claude/skills/<skill-name>/ |
~/.claude/skills/<skill-name>/ |
| Codex / agentskills.io agents (Cursor, Copilot, Windsurf, Gemini, Cline) | .agents/skills/<skill-name>/ |
~/.agents/skills/<skill-name>/ |
The installed directory name must match the skill's name frontmatter. For any agent not
listed, use the npx skills add installer above or see
agentskills.io.
Repository structure
niobium-skills/
├── README.md # This catalog landing page
├── LICENSE # Apache-2.0 (applies to all skills)
├── CONTRIBUTING.md
├── .claude-plugin/
│ └── marketplace.json # Claude Code plugin marketplace manifest
└── skills/
└── fhe-application-design/ # A self-contained skill (name matches its dir)
├── SKILL.md
├── README.md
├── references/
└── evals/
Each skill is self-contained under skills/<name>/, with its own SKILL.md, README.md,
and bundled references/. Adding a skill is one folder here plus one entry in.claude-plugin/marketplace.json.
License
Apache-2.0. Maintained by Niobium.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found