A collection of Agent Skills for AI coding assistants.
| Skill | Description |
|---|---|
| academic-research | Systematic academic literature search with source prioritization and citations |
| apa-style-citation | Generate, format, and validate academic citations following APA 7th Edition guidelines |
npx skills add romanmesicek/agent-skills --skill academic-research
npx skills add romanmesicek/agent-skills --skill apa-style-citationClaude Code:
cp -r academic-research ~/.claude/skills/
cp -r apa-style-citation ~/.claude/skills/Claude.ai:
- Download the skill folder as ZIP
- Go to Settings > Capabilities > Skills
- Upload the ZIP file
Skills follow the Agent Skills Specification and work with:
- Claude Code
- Claude.ai (with code execution enabled)
- Cursor
- Windsurf
- Other compatible agents
MIT License - see LICENSE
Roman Mesicek