Kanner's collection of Claude Agent Skills for enhanced AI workflows
npx claudepluginhub ckanner/agent-skillsAI-powered JSON i18n translation with agentic reflection mechanism for high-quality multilingual content
A curated collection of Claude Agent Skills designed to enhance AI workflows with specialized capabilities.
Transforms user-provided prompts into high-quality, clear, and effective instructions optimized for AI models.
Key Features:
When to Use: When you need to refine vague, unclear, or poorly structured prompts into effective instructions.
Location: prompt-optimizer/
AI-powered JSON internationalization file translator with agentic reflection mechanism for high-quality multilingual content.
Source: This skill is based on the open-source Jta project
Requirements: Requires thejtaCLI tool to be installed (the skill can auto-install it)
Key Features:
{variables}, {{placeholders}}, HTML tags, URLs, MarkdownWhen to Use: When you need to translate JSON i18n/locale files, add new languages, or update existing translations.
Location: jta/
Additional Setup:
jta CLI tool if neededThe easiest way to install in Claude Code:
# Step 1: Add the marketplace
/plugin marketplace add hikanner/agent-skills
# Step 2: Install the skills you need
/plugin install prompt-optimizer@kanner-agent-skills
/plugin install jta@kanner-agent-skills
# Step 3: Restart Claude Code to activate the skills
To browse available plugins interactively:
/plugin
For team projects, configure the marketplace in your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"kanner-agent-skills": {
"source": {
"source": "github",
"repo": "hikanner/agent-skills"
}
}
},
"enabledPlugins": {
"prompt-optimizer@kanner-agent-skills": true,
"jta@kanner-agent-skills": true
}
}
When team members trust the repository folder, Claude Code automatically:
For testing local changes before publishing:
# Step 1: Clone the repository
git clone https://github.com/hikanner/agent-skills.git
cd agent-skills
# Step 2: Add as local marketplace
/plugin marketplace add ./
# Step 3: Install plugins
/plugin install prompt-optimizer@kanner-agent-skills
/plugin install jta@kanner-agent-skills
Copy skills to your Claude skills directory:
# Clone the repository
git clone https://github.com/hikanner/agent-skills.git
# Copy specific skills
cp -r agent-skills/prompt-optimizer ~/.claude/skills/
cp -r agent-skills/jta ~/.claude/skills/
# Or use symbolic links (recommended for development)
ln -s $(pwd)/agent-skills/prompt-optimizer ~/.claude/skills/prompt-optimizer
ln -s $(pwd)/agent-skills/jta ~/.claude/skills/jta
Skills will be available across all your projects.
Add skills to your project's .claude/skills/ directory:
# In your project root
mkdir -p .claude/skills
# Copy the skills you need
cp -r /path/to/agent-skills/prompt-optimizer .claude/skills/
cp -r /path/to/agent-skills/jta .claude/skills/
# Commit to version control
git add .claude/skills
git commit -m "feat: add agent skills for team"
Team members automatically get the skills when they clone the repository - no additional installation needed!
For use in Claude.ai web interface:
Lazy senior dev mode for AI agents. The best code is the code you never wrote.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 91 marketplace plugins, 199 local specialized agents, and 162 local skills - optimized for granular installation and minimal token usage