npx claudepluginhub mir/marataiAI-powered development workflow automation with specialized agents for project search, code review, specification creation, and web research. Includes smart commit commands and feature preparation tools.
Management workflow automation with Atlassian integration (Jira & Confluence) via OAuth 2.0 and weekly reporting tools.
Data analytics workflows.
Reusable Agent Skills, workflow templates, and helper scripts that keep Marat's multi-agent coding assistants in sync. The repository centralizes the instructions used by Claude Code, OpenCode, Codex CLI, and Gemini CLI so they can be edited once and deployed to any compatible tool.
claude-maratai-dev/ – Claude Code plugin for development workflows
with skills for auto-commit and feature planning.claude-maratai-manager/ – Claude Code plugin for management
workflows with Atlassian integration (Jira & Confluence), Google Docs/Sheets
export, and weekly reporting tools.claude-maratai-data/ – Claude Code plugin for data analytics
workflows with database querying via command-line clients (psql,
mysql, clickhouse-client, bq, snowsql, etc.).agentskills/ – Canonical Agent Skills (SKILL.md files) following the
open Agent Skills standard. Deployable to any
compatible CLI tool.opencode.json – OpenCode-specific configuration (MCP and formatter
settings), kept at repo root.transfer_from_claude.py – utility that copies Markdown from
claude-maratai-dev/ and claude-maratai-manager/ to agentskills/,
transforming frontmatter for Agent Skills format.sync_skills.sh – multi-target sync script that deploys skills from
agentskills/ to one or more CLI tool config directories, with path variable
substitution, orphan cleanup, and interactive target selection.| Target | Skills directory | Path variable | Detection |
|---|---|---|---|
| opencode | ~/.config/opencode/skill/ | ${OPENCODE_DIR} | ~/.config/opencode/ exists |
| codex | ~/.codex/skills/ | ${CODEX_DIR} | ~/.codex/ exists |
| gemini | ~/.gemini/skills/ | ${GEMINI_DIR} | ~/.gemini/ exists |
During sync, the canonical ${AGENTSKILLS_DIR} variable in .md and .py
files is replaced with the target-specific path variable (e.g.
${OPENCODE_DIR}). Binary files are copied as-is.
Edit or add skills inside claude-maratai-dev/ (or claude-maratai-manager/
for management tools) first so metadata stays consistent across platforms.
Run ./transfer_from_claude.py (requires uv)
to refresh the Agent Skills copies with proper frontmatter transformation.
Use the sync script when you are ready to deploy skills locally:
./sync_skills.sh # interactive target selection
./sync_skills.sh -t opencode # sync to opencode only
./sync_skills.sh -t opencode,codex # sync to multiple targets
./sync_skills.sh -n # dry-run (preview changes)
./sync_skills.sh -d -t codex # show diffs for codex target
./sync_skills.sh -n -d # dry-run with diffs
The script creates missing directories, replaces existing files, performs path variable substitution, and removes orphaned files in each target.
SKILL.md file; the metadata is
used by all supported tools.${AGENTSKILLS_DIR} for path references in canonical SKILL.md files.
The sync script substitutes the correct variable per target during deploy.skills/commit/ – auto-commit with smart branching. Captures outstanding
changes, branches off main when needed, stages, commits with a concise
message, pushes, and prompts the user to file a merge request via glab.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
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories