Anaiis Plugins
Description
Claude Code skill plugins for data science and research workflows
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
anaiis-plugins
Claude Code skill plugins for research and data science workflows (I-O Psychology). Five plugins cover the full cycle from data analysis through manuscript review and git housekeeping.
What you get
| Plugin | Skills |
|---|---|
| anaiis-review | CodeRabbit triage, document audit, manuscript peer review, skill review |
| anaiis-git-ops | PR creation, commit rebase, changelog generation, environment preflight |
| anaiis-data | DuckDB ad hoc queries, dashboards, terminal charts, web verification, knowledge graphs |
| anaiis-writing | Literature review synthesis, manuscript copyediting |
| anaiis-meta | Parallel subagent orchestration |
Install
These plugins are distributed through the Claude Code marketplace. No `git clone` or local setup is required.
**Step 1.** Add this repo as a known marketplace in `~/.claude/settings.json`:
"extraKnownMarketplaces": {
"anaiis-plugins": {
"source": {
"source": "github",
"repo": "datasci-iopsy/anaiis-plugins"
}
}
}
**Step 2.** Enable the plugins you want in the same file:
"enabledPlugins": {
"anaiis-review@anaiis-plugins": true,
"anaiis-git-ops@anaiis-plugins": true,
"anaiis-data@anaiis-plugins": true,
"anaiis-writing@anaiis-plugins": true,
"anaiis-meta@anaiis-plugins": true
}
Claude Code fetches the skills from GitHub on first use and caches them locally. Updates can land automatically in the background after startup; to pull a release mid-session, run `/plugin` (update the plugin there) followed by `/reload-plugins`.
Use
Once installed, invoke skills by name at the prompt:
/anaiis-review:rabbit-sweep -- triage CodeRabbit findings and fix severity-3+ issues
/anaiis-litreview "topic" -- synthesize literature from your local catalog
/anaiis-duckdb -- query a local CSV, Parquet, or Excel file
/anaiis-termchart -- quick ASCII/ANSI charts in th
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Private Gpt
Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data