Manage SenseCore cloud resources directly from the CLI: submit and inspect ACP training jobs, deploy CCI containers, control AEC2 clusters, handle AFS storage, and manage AOSS/CCR images with shell-template job submission.
Skill for operating SenseCore SCO CLI workflows with a compact, layered command guide. Supports both Claude Code (plugin) and Codex (manual copy).
The skill focuses on high-frequency SCO operations:
The bundled references are intentionally small. They capture practical command patterns and known local CLI behavior without vendoring the full SCO documentation.
Register the marketplace and install:
claude plugins:add-marketplace https://github.com/BinaryCheater/sco-skill.git --name sco-skill
claude plugins:install sco-control
Or manually:
git clone https://github.com/BinaryCheater/sco-skill.git /tmp/sco-skill
mkdir -p ~/.claude/plugins/cache/sco-skill/sco-control/1.0.0
cp -R /tmp/sco-skill/.claude-plugin ~/.claude/plugins/cache/sco-skill/sco-control/1.0.0/
cp -R /tmp/sco-skill/skills ~/.claude/plugins/cache/sco-skill/sco-control/1.0.0/
cp /tmp/sco-skill/package.json ~/.claude/plugins/cache/sco-skill/sco-control/1.0.0/
Then add to ~/.claude/plugins/installed_plugins.json:
"sco-control@sco-skill": [
{
"scope": "user",
"installPath": "/root/.claude/plugins/cache/sco-skill/sco-control/1.0.0",
"version": "1.0.0",
"installedAt": "2026-05-17T00:00:00.000Z",
"lastUpdated": "2026-05-17T00:00:00.000Z"
}
]
Restart Claude Code to load the plugin.
mkdir -p ~/.codex/skills
cp -R skills/sco-control ~/.codex/skills/sco-control
Symlink for local development:
mkdir -p ~/.codex/skills
ln -s "$(pwd)/skills/sco-control" ~/.codex/skills/sco-control
Restart Codex or reload skills if your client requires it.
sco CLI installed and authenticated in your environmentOnce installed, invoke the skill:
Use sco-control to list my CCI apps and inspect my ACP jobs.
For read-only discovery, prefer:
sco config list
sco acp jobs list --workspace-name "$WORKSPACE" --page-size 20 -o table
sco cci apps list --workspace-name "$WORKSPACE" --keyword "$USER_ID" --page-size 20
sco afs volume list
sco ccr images list
For ACP quota selection:
--quota-type reserved # standard/reserved quota, default
--quota-type spot # idle/preemptible quota
For CCI, --keyword fuzzy-matches user_name, display_name, and name, so use runtime user ids or app naming patterns as query values.
.claude-plugin/
├── marketplace.json
└── plugin.json
package.json
skills/
└── sco-control/
├── SKILL.md
├── agents/openai.yaml
└── references/
├── acp.md
├── acp_submit_template.sh
├── aec2-afs.md
├── cci.md
├── images.md
└── run_sco_pattern.md
The skill treats list/describe/log operations as the default. Mutating operations such as create, update, delete, start, stop, quota changes, ACL changes, and image builds should be run only after explicit user intent.
The included acp_submit_template.sh is a sanitized reference template; it intentionally uses environment variables for workspace, cluster, storage, image, and project path values.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub binarycheater/sco-skill --plugin sco-controlUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.