A collection of custom skills for AI coding assistants (like Claude Code, Cursor, Antigravity, etc.) to enhance their capabilities.
| Skill | Description | Triggers |
|---|---|---|
| cv-resume | Generate professional, ATS-optimized CVs and resumes as HTML. | create, write, build CV/resume |
| dokploy-docker-compose | Deploy and troubleshoot Docker Compose stacks on Dokploy (self-hosted VPS platform). Covers volume strategies, networking, env vars, init containers, healthchecks, and common errors. | Dokploy, deploy docker-compose to VPS, self-hosted deployment |
- "I want to self-host Plausible Analytics on Dokploy. Here's the docker-compose.yml from their GitHub - adapt it for Dokploy."
- "How do I expose my n8n instance at
n8n.mydomain.comwith SSL on Dokploy?" - "I need to run two separate WordPress sites on the same Dokploy server."
- "Help me write a resume for a senior backend engineer role. I've been at Stripe for 4 years working on payments infrastructure."
- "Here's my LinkedIn profile - turn it into a polished CV."
- "My resume looks boring. Can you redesign it and make it stand out while keeping it ATS-friendly?"
- "I'm switching from teaching to UX design - help me write a resume that positions my experience for the change."
npx skills add trfi/skills# CV/Resume skill
npx skills add trfi/skills@cv-resume
bunx skills add trfi/skills@cv-resume
# Dokploy Docker Compose skill
npx skills add trfi/skills@dokploy-docker-compose
bunx skills add trfi/skills@dokploy-docker-composeCopy the skills you want to your agent's skills directory:
# Claude Code
cp -r skills/* ~/.claude/skills/
# Cursor, Antigravity
cp -r skills/* ~/.agents/skills/
# Project-level (Claude Code)
cp -r skills/* .claude/skills/Once installed, your AI assistant will inherently understand how to execute the given skill based on the context and triggers outlined in its SKILL.md.
For example, just tell your agent to "help me make a resume" and it will invoke the cv-resume skill.