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.
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.
Settings file Claude Code
Agent settings configuring env.
Skill Claude CodeCodex
A tool for creating or reorganizing CLAUDE.md and AGENTS.md files, which give coding agents project instructions.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A writing guide for creating or revising Nova skills, which are reusable instructions for an AI coding agent.
MCP server Claude CodeCodexCursor +2
MCP server "nova" as configured in TeamSPWK/nova. Runs ./mcp-server/dist/index.js with node.
Instructions file CodexOpenCode
Instructions for TeamSPWK/nova: Before repository work, use the Nova repo-preflight skill. Project-specific instructions live in CLAUDE.md.
Instructions file
Instructions for TeamSPWK/nova, covering nova, language, nova quality gate, build & test and 릴리스 전 스크립트 단위 검증.
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.
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.
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.
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.
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.
Hook
Runs before the context is compacted, executing pre-compact.sh via bash. From TeamSPWK/nova.
Hook
Runs when the agent finishes a response, executing stop-event.sh via bash. From TeamSPWK/nova.