By atomlink-ye
Bundle of skills in this marketplace: companion runtimes (opencode, daytona, paseo), team-lead orchestration (team-lead-orchestration), and helpers (google-workspace, mcp-skill).
npx claudepluginhub atomlink-ye/my-claude-plugins --plugin my-skillsDaytona sandbox companion. Load for sandbox up/status/push/exec/pull/down/preview/smoke-test requests, adopting existing sandboxes, artifact and git-sync workflows, and sandbox environment variables or secrets.
Read, create, and edit Google Workspace documents using the `gws` CLI. Use this skill whenever the user mentions Google Docs, shares a docs.google.com URL, references a Google Doc ID, or wants to read/write/create Google documents. Also trigger on 'GDoc', 'gdoc', 'Google Doc', 'gws docs', or any Google Workspace document operation. Will expand to cover Drive, Sheets, Gmail, Calendar, and other GWS services.
On-demand MCP capability invocation via MCPorter. Use when the task needs browser automation (Playwright), documentation lookup (Context7), repository reading (zread), web search (web-search-prime), remote URL reading (web-reader), or any other MCP server. Use whenever you would otherwise want a persistent MCP server but the runtime is configured with no global MCP servers, so each MCP call must go through MCPorter.
OpenCode runtime companion. Load for OpenCode task/status/serve/rescue requests, session IDs, timeout recovery, attach/resume decisions, background execution, context/usage checks, and result forwarding.
Paseo CLI companion. Load whenever the user mentions paseo, paseo agents, paseo run/send/wait/logs/attach/ls, agent IDs, sending follow-ups to a running agent, loops, schedules, terminals, worktrees, chat, permits, daemon operations, or host/port targeting.
Personal Claude Code plugin marketplace.
The main bundled skills are shipped under a single plugin (my-skills).
| Skill | Description |
|---|---|
| team-lead-orchestration | Runtime-neutral principles for the team-lead role: lead/lane split, bounded execution lanes, and acceptance gates |
| opencode-companion | OpenCode serve/session/job/review runtime via direct companion scripts |
| daytona-companion | Daytona sandbox lifecycle, global project-scoped state, and artifact workflows |
| paseo-companion | Paseo CLI runtime: agents, terminals, schedules, worktrees, host/port targeting |
| google-workspace | Google Docs/Drive/Sheets via the gws CLI |
| mcp-skill | On-demand MCP server invocation via MCPorter |
Some skills are also available as separate opt-in plugins and are not included in the my-skills bundle.
| Plugin | Skill | Description |
|---|---|---|
skill-creator | skill-creator | Vendored fork for creating, evaluating, packaging, and improving Claude Code skills with configurable CLI runners |
The my-skills bundle now keeps runtime adapters and generic orchestration only. Legacy public skills that mixed workflow policy with local implementation details were removed from the bundle and source tree:
opencode-orchestrator: generic orchestration guidance moved to team-lead-orchestration; OpenCode runtime commands remain in opencode-companion.task-iteration: plan execution should be handled by the active agent workflow using team-lead-orchestration plus the selected runtime adapter.agentic-orchestration: renamed to team-lead-orchestration — same skill, clearer trigger surface around the team-lead framing.debug-workflow: browser, documentation, repository, and web-search MCP access should go through mcp-skill when needed; runtime-specific execution stays in the companion skills.Companion skills expose direct script entrypoints:
node "${CLAUDE_PLUGIN_ROOT}/skills/opencode-companion/scripts/opencode-companion.mjs" session new --directory "$WORK_DIR" -- "<prompt>"
node "${CLAUDE_PLUGIN_ROOT}/skills/daytona-companion/scripts/daytona-manager.mjs" status --directory "$WORK_DIR"
{
"extraKnownMarketplaces": {
"my-claude-plugins": {
"source": {
"source": "directory",
"path": "/path/to/my-claude-plugins"
}
}
}
}
{
"extraKnownMarketplaces": {
"my-claude-plugins": {
"source": {
"source": "github",
"repo": "atomlink-ye/my-claude-plugins"
}
}
}
}
Then enable the bundled plugin:
{
"enabledPlugins": {
"my-skills@my-claude-plugins": true
}
}
To enable the standalone optional skill creator plugin instead of (or in addition to) the bundled plugin:
{
"enabledPlugins": {
"skill-creator@my-claude-plugins": true
}
}
pnpm install
pnpm test
Per-skill triggers, outcomes, smoke and unit tests live under eval/<skill>/. The repo follows the skill-creator eval schema.
# Trigger eval for one skill (default runner: `claude`)
eval/_shared/run-trigger-eval.sh opencode-companion
# Smoke tests (offline-safe)
eval/opencode-companion/tests/smoke.sh
eval/daytona-companion/tests/smoke.sh
eval/paseo-companion/tests/smoke.sh
If you want eval runs to use a different Anthropic-compatible endpoint (e.g. an overflow-quota wrapper), point EVAL_RUNNER at your own wrapper executable. See eval/_shared/README.md for the layout, the runner contract, and the coverage plan across skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Share bugs, ideas, or general feedback.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Memory compression system for Claude Code - persist context across sessions
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim