superteam-academy-dev — for Claude Code superteam-academy-dev, superteam-academy-br, community, for Claude Code, ide skills, initialize, update_config, create_course, update_course, enroll

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need superteam academy skill. 本地化技能摘要: superteam-academy-dev helps AI agents handle repository-specific developer workflows with documented implementation details.

功能特性

Superteam Academy Skill
What this Skill is for
Use this Skill when the user asks for:
On-chain program development for the Academy platform
XP token minting (soulbound Token-2022)

# 核心主题

krishvsoni krishvsoni
[0]
[0]
更新于: 3/13/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
61
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need superteam academy skill. 本地化技能摘要: superteam-academy-dev helps AI agents handle repository-specific developer workflows with documented implementation details.

核心价值

推荐说明: superteam-academy-dev helps agents superteam academy skill. superteam-academy-dev helps AI agents handle repository-specific developer workflows with documented implementation details.

适用 Agent 类型

适用场景: Ideal for AI agents that need superteam academy skill.

赋予的主要能力 · superteam-academy-dev

适用任务: Applying Superteam Academy Skill
适用任务: Applying What this Skill is for
适用任务: Applying Use this Skill when the user asks for:

! 使用限制与门槛

  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

superteam-academy-dev 是什么?

适用场景: Ideal for AI agents that need superteam academy skill. 本地化技能摘要: superteam-academy-dev helps AI agents handle repository-specific developer workflows with documented implementation details.

如何安装 superteam-academy-dev?

运行命令:npx killer-skills add krishvsoni/superteam-academy-br/superteam-academy-dev。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

superteam-academy-dev 适用于哪些场景?

典型场景包括:适用任务: Applying Superteam Academy Skill、适用任务: Applying What this Skill is for、适用任务: Applying Use this Skill when the user asks for:。

superteam-academy-dev 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

superteam-academy-dev 有哪些限制?

限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add krishvsoni/superteam-academy-br/superteam-academy-dev。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    superteam-academy-dev 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

superteam-academy-dev

安装 superteam-academy-dev,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Superteam Academy Skill

What this Skill is for

Use this Skill when the user asks for:

  • On-chain program development for the Academy platform
  • XP token minting (soulbound Token-2022)
  • Course registry and enrollment logic
  • Lesson completion and bitmap tracking
  • Finalize course / award XP flows
  • Metaplex Core credential issuance and upgrades (soulbound via PermanentFreezeDelegate)
  • Achievement system (create, award, deactivate)
  • Minter role management (register, revoke, reward XP)
  • Anchor program development, testing, security
  • Deployment workflows (devnet → mainnet)

Core Concepts

Account Structure (6 PDAs + Metaplex Core NFTs)

AccountSeedsPurpose
Config["config"]Singleton: authority, backend signer, XP mint
Course["course", course_id.as_bytes()]Course metadata, creator, track, XP amounts
Enrollment["enrollment", course_id.as_bytes(), user.key()]Lesson bitmap, completion timestamps, credential ref (closeable)
MinterRole["minter", minter.key()]Registered XP minter with optional per-call cap (closeable via revoke_minter)
AchievementType["achievement", achievement_id.as_bytes()]Achievement definition: name, collection, supply cap, XP reward
AchievementReceipt["achievement_receipt", achievement_id.as_bytes(), recipient.key()]Proof of award — PDA collision prevents double-awarding
Credential NFTMetaplex Core asset (1 per learner per track)Soulbound, wallet-visible, upgradeable via URI + Attributes plugin

Instructions (16 Total)

CategoryInstructions
Platform Management (2)initialize, update_config
Courses (2)create_course, update_course
Enrollment & Progress (6)enroll, complete_lesson, finalize_course, close_enrollment, issue_credential, upgrade_credential
Minter Roles (3)register_minter, revoke_minter, reward_xp
Achievements (3)create_achievement_type, award_achievement, deactivate_achievement_type

Core Learning Loop

ENROLL → COMPLETE LESSONS → FINALIZE COURSE → ISSUE CREDENTIAL → CLOSE ENROLLMENT
  1. Enroll: Learner signs, prerequisite check, create Enrollment PDA
  2. Complete Lessons: Backend signs, set bitmap bit, mint lesson XP (Token-2022 CPI)
  3. Finalize Course: Backend signs, verify all lessons done, mint completion bonus + creator XP
  4. Issue Credential: Backend signs, Metaplex Core createV2 CPI (PermanentFreezeDelegate + Attributes plugins)
  5. Close Enrollment: Learner signs, reclaim rent (immediate if completed, 24h cooldown if not)

Key Design Decisions

  • XP = soulbound Token-2022 token (NonTransferable + PermanentDelegate)
  • Credentials = Metaplex Core NFTs — soulbound via PermanentFreezeDelegate, wallet-visible, upgradeable
  • Config PDA = update authority of all track collection NFTs
  • finalize_course and issue_credential are split — XP awards don't depend on credential CPI
  • Completion bonus merged into finalize_course — bonus XP = floor(xp_per_lesson * lesson_count / 2)
  • No LearnerProfile PDA — XP balance tracked via Token-2022 ATA
  • Rotatable backend signer stored in Config
  • Reserved bytes on all accounts for future-proofing without migrations
  • revoke_minter closes the MinterRole PDA (not a soft deactivation)

Technology Stack

LayerStack
ProgramsAnchor 0.31+, Rust 1.82+
Token StandardToken-2022 (NonTransferable, PermanentDelegate, MetadataPointer, TokenMetadata)
CredentialsMetaplex Core NFTs (soulbound via PermanentFreezeDelegate)
TestingMollusk, LiteSVM, Trident (fuzz)
ClientTypeScript, @coral-xyz/anchor, @solana/web3.js
FrontendNext.js 14+, React, Tailwind CSS
RPCHelius (DAS API for XP leaderboard + credential NFT queries)
ContentArweave (immutable course content)
MultisigSquads (platform authority)

Compute Budgets

InstructionCU Budget
initialize~50K
create_course~15K
complete_lesson~30K
finalize_course~50K
issue_credential~50-100K
upgrade_credential~50-100K
award_achievement~80K

Operating Procedure

1. Classify the task

  • Platform setup (Config, authority)
  • Course management (create, update, track assignment)
  • Enrollment flow (enroll, lessons, finalize, credentials, close)
  • Minter roles (register, revoke, reward XP)
  • Achievements (create type, award, deactivate)
  • Account structure (PDAs, state)
  • Access control (backend signer, authority, minter permissions)
  • Testing (unit, integration, fuzz)
  • Security (audit, attack vectors)
  • Deployment (devnet, mainnet)

2. Implementation Checklist

Always verify:

  • Account validation (owner, signer, PDA seeds + bump)
  • Backend signer matches Config.backend_signer
  • Checked arithmetic throughout (checked_add, checked_sub, checked_mul)
  • Bitmap operations correct for lesson tracking
  • Events emitted for state changes
  • Canonical PDA bumps stored (never recalculated)
  • Reserved bytes preserved on account modifications
  • CPI target program IDs validated

3. Testing Requirements

  • Unit test (Mollusk): Each instruction in isolation
  • Integration test (LiteSVM): Full enroll → complete lessons → finalize → credential flow
  • Fuzz test (Trident): Random amounts, edge cases, bitmap bounds
  • Attack test: Unauthorized signer, double completion, supply exhaustion

Progressive Disclosure (read when needed)

Programs & Development

Testing & Security

  • testing.md — LiteSVM, Mollusk, Trident, CI guidance
  • security.md — Vulnerability categories, program checklists

Deployment

  • deployment.md — Devnet/mainnet workflows, verifiable builds, multisig

Ecosystem & Reference

Task Routing Guide

User asks about...Primary file(s)
Anchor program codeprograms-anchor.md
Unit/integration testingtesting.md
Fuzz testing (Trident)testing.md
Security review, auditsecurity.md
Deploy to devnet/mainnetdeployment.md
Token standards, SPL, Token-2022ecosystem.md
Generated clients, IDLidl-codegen.md
Official docs and resourcesresources.md

Canonical Docs

DocumentPurpose
docs/SPEC.mdSource of truth for all program behavior
docs/ARCHITECTURE.mdAccount maps, data flows, CU budgets
docs/INTEGRATION.mdFrontend integration guide

相关技能

寻找 superteam-academy-dev 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具