A personal collection of Claude Code plugins that can be installed and used with Claude Code.
| Plugin | Description |
|---|---|
| pltr-cli | Work with Palantir Foundry using the pltr CLI - query datasets, manage orchestration builds, work with ontologies, run SQL queries, and more |
| freeagent-cli | Interact with FreeAgent accounting software (placeholder - coming soon) |
# Add this marketplace to Claude Code
/plugin marketplace add anjor/claude-skills
# Install specific plugins
/plugin install pltr-cli@anjor-claude-skills
/plugin install freeagent-cli@anjor-claude-skills
For local testing during development:
# Add local marketplace
/plugin marketplace add ./
# Install plugin from local marketplace
/plugin install pltr-cli@anjor-claude-skills
Each plugin follows this structure:
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest with metadata
└── skills/
└── <skill-name>/
├── SKILL.md # Required: frontmatter + skill definition
├── reference/ # Optional: detailed command/API references
└── workflows/ # Optional: multi-step task patterns
The SKILL.md file must include YAML frontmatter:
---
name: skill-name
description: A description that helps Claude understand when to use this skill. Include trigger words.
---
# Skill content follows...
Each plugin requires a .claude-plugin/plugin.json manifest:
{
"name": "plugin-name",
"description": "Plugin description",
"version": "1.0.0",
"author": {
"name": "Author Name"
},
"repository": "https://github.com/user/repo"
}
See CONTRIBUTING.md for guidelines on adding new plugins.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
FreeAgent accounting CLI assistant
npx claudepluginhub anjor/claude-skills --plugin pltr-cliUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.