TeamSPWK

50 mods across 2 repositories, 2 stars between them.

worktree-setup

25

TeamSPWK/nova

Command Claude Code

A worktree setup command that reconnects environment files, secrets, and configuration from the main Git repository to a separate worktree. A worktree is another working directory linked to the same repository.

2 2d ago A 42 tokens original MIT

nova

26

TeamSPWK/nova

Settings file Claude Code

Agent settings configuring env.

2 2d ago A tokens not measured copy · 100% MIT

claude-md

27

TeamSPWK/nova

Skill Claude CodeCodex

A tool for creating or reorganizing CLAUDE.md and AGENTS.md files, which give coding agents project instructions.

2 2d ago A 91 tokens original MIT

context-chain

28

TeamSPWK/nova

Skill Claude CodeCodex

A session-state system for carrying project context between coding-agent sessions. It uses a human-readable NOVA-STATE.md file and a machine-readable activity log.

2 2d ago A 49 tokens original MIT

deepplan

29

TeamSPWK/nova

Skill Claude CodeCodex

A planning skill that explores a complex development task from several angles, combines the findings, and improves the plan through review. It is intended for difficult architecture choices or plans that are too shallow.

2 2d ago A 69 tokens original MIT

evaluator

30

TeamSPWK/nova

Skill Claude CodeCodex

A separate reviewer that tests code from an adversarial point of view. It checks whether the code works, matches the design, handles edge cases, and produces the claimed result rather than merely reporting success.

2 2d ago D 63 tokens original MIT

jury

31

TeamSPWK/nova

Skill Claude CodeCodex

A review method that asks several independent perspectives to judge an important code, plan, or security decision. It combines their results into a shared decision.

2 2d ago A 64 tokens original MIT

orchestrator

32

TeamSPWK/nova

Skill Claude CodeCodex

An orchestration skill that takes a plain-language development request through design, implementation, checking, and fixes. Orchestration means coordinating several work stages or agents into one process.

2 2d ago A 60 tokens original MIT

repo-preflight

33

TeamSPWK/nova

Skill Claude CodeCodex

A repository preflight skill that checks a project's local instructions before work begins. A repository is the folder containing a project's code and related files; the skill looks for guidance such as CLAUDE.md, AGENTS.md, and saved project state.

2 2d ago B 69 tokens original MIT

status-dashboard

34

TeamSPWK/nova

Skill Claude CodeCodex

A stand-alone HTML view of project progress, including phases, sprints, groups, and roadmap drift. Roadmap drift means the actual work is moving away from the planned work.

2 2d ago A 113 tokens original MIT

strategic-compact

35

TeamSPWK/nova

Skill Claude CodeCodex

A set of rules for deciding when to shorten or clear an AI coding session's working context. It distinguishes a summary-preserving compaction from clearing context without a summary, and leaves the final action to the user.

2 2d ago A 69 tokens original MIT

ux-audit

36

TeamSPWK/nova

Skill Claude CodeCodex

A multi-perspective review of a website or app’s user interface, usability, and accessibility. It uses five independent reviewers and can inspect source code, screenshots, or a live browser session.

2 2d ago A 67 tokens original MIT

worktree-setup

37

TeamSPWK/nova

Skill Claude CodeCodex

A setup helper for Git worktrees, which are extra working folders connected to one Git repository. It links selected environment and secret files from the main folder when a new worktree starts.

2 2d ago B 65 tokens original MIT

writing-nova-skill

38

TeamSPWK/nova

Skill Claude CodeCodex

A writing guide for creating or revising Nova skills, which are reusable instructions for an AI coding agent.

2 2d ago A 59 tokens original MIT

nova

39

TeamSPWK/nova

MCP server Claude CodeCodexCursor +2

MCP server "nova" as configured in TeamSPWK/nova. Runs ./mcp-server/dist/index.js with node.

2 2d ago A tokens not measured copy · 84% MIT

nova AGENTS.md

40

TeamSPWK/nova

Instructions file CodexOpenCode

Instructions for TeamSPWK/nova: Before repository work, use the Nova repo-preflight skill. Project-specific instructions live in CLAUDE.md.

2 2d ago A 31 tokens original MIT

nova CLAUDE.md

41

TeamSPWK/nova

Instructions file

Instructions for TeamSPWK/nova, covering nova, language, nova quality gate, build & test and 릴리스 전 스크립트 단위 검증.

2 2d ago A 1,944 tokens original MIT

audit-self

42

TeamSPWK/nova

Command

A command that performs a static security review of a Nova plug-in’s files, without running the code. It checks the plug-in manifest, shell hooks, agent definitions, skills, and commands against security rules.

2 2d ago A 66 tokens original MIT

evolve

43

TeamSPWK/nova

Command

A command that scans technology trends and can propose or implement improvements to Nova, an AI system. It supports scan-only, approved application, automatic workflows, source selection, GitHub popularity thresholds, and recording user decisions.

2 2d ago A 33 tokens original MIT

evolution

44

TeamSPWK/nova

Skill Claude CodeCodex

A self-improvement workflow for Nova, an AI system, that scans technology updates and proposes or applies changes to its rules, skills, and hooks. It uses web and GitHub searches, then can run implementation and quality checks.

2 2d ago A 60 tokens original MIT

field-test

45

TeamSPWK/nova

Skill Claude CodeCodex

A field-testing workflow for trying the Nova method on real projects and collecting feedback. It uses separate Git worktrees, which are isolated working copies of a repository.

2 2d ago A 62 tokens original MIT

SessionStart

46

TeamSPWK/nova

Hook

Runs when a session starts, executing session-start.sh, init-nova-state.sh and worktree-setup.sh via bash (3 commands). From TeamSPWK/nova.

2 2d ago A tokens not measured copy · 58% MIT

PreCompact

47

TeamSPWK/nova

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From TeamSPWK/nova.

2 2d ago A tokens not measured copy · 56% MIT

Stop

48

TeamSPWK/nova

Hook

Runs when the agent finishes a response, executing stop-event.sh via bash. From TeamSPWK/nova.

2 2d ago A tokens not measured original MIT