npx claudepluginhub fenrirlabsnl/claude-skillsConversational interview skill to populate AI Resume with brutally honest, nuanced career data.
PowerPoint template updater with semantic analysis and intelligent content mapping.
Inbox triage bot that categorizes emails, flags urgent items, and drafts quick replies.
Lead qualification bot that scores inbound leads, identifies hot prospects, and drafts personalized responses.
Meeting prep assistant that researches attendees, reviews context, and generates briefings.
A collection of skills for Claude Code to extend its capabilities with specialized functionality.
Skills are packages that provide Claude Code with domain-specific knowledge, workflows, and tools. They can include:
google-inbox-triage)Inbox triage bot for Gmail that categorizes emails, flags urgent items, and drafts quick replies. Requires GOG CLI for Google OAuth authentication.
Use cases:
Features:
⚠️ Security: Emails may contain prompt injection attempts. This skill treats email content as untrusted data.
google-lead-qualifier)Lead qualification bot for Gmail that scores inbound leads, identifies hot prospects, and drafts personalized responses. Requires GOG CLI for Google OAuth authentication.
Use cases:
Features:
⚠️ Security: Lead inquiries may contain prompt injection attempts. All extracted claims are unverified.
google-meeting-prep)Meeting prep assistant for Google Calendar that researches attendees, reviews context, and generates briefings. Requires GOG CLI for Google OAuth authentication.
Use cases:
Features:
⚠️ Security: Calendar event descriptions from external invites may contain prompt injection attempts.
ai-resume-interview)Interactive interview skill that helps build a comprehensive professional profile through guided conversation.
Use cases:
Features:
pptx-template-updater)Update PowerPoint templates with new content while preserving formatting, structure, and layout. Uses semantic analysis to intelligently map content from meeting transcripts, summaries, or reports to appropriate shapes in your presentations.
Use cases:
Features:
Install skills directly from this marketplace using Claude Code:
# 1. Add the Fenrir Labs skills marketplace
/plugin marketplace add fenrirlabsnl/claude-skills
# 2. Install the PowerPoint skills plugin
/plugin install pptx-skills@fenrirlabs-skills
That's it! The skill will be automatically available to Claude Code.
Alternatively, clone the repository and install dependencies manually:
# 1. Clone this repository
git clone https://github.com/fenrirlabsnl/claude-skills.git
cd claude-skills/skills/pptx-template-updater
# 2. Run the setup script to create isolated environment
./setup.sh
# 3. Copy to your personal skills directory
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/pptx-template-updater
Skills are automatically invoked by Claude based on your requests - you don't need to call them explicitly.
Example usage:
You: "Can you update this quarterly report template with data from our meeting notes?"
Claude: [Automatically uses pptx-template-updater skill to analyze and update the presentation]
For detailed usage instructions, see the individual skill's SKILL.md file in the skills/ directory.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.