Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

knowledgine

knowledgine에는 3062-in-zamud에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
3
업데이트
2026-04-04
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

git-commit
소프트웨어 개발자

Create Conventional Commits with type prefix, breaking change detection, dry-run preview, and strict rules against ticket IDs in messages. **AUTOMATICALLY USE** when: (1) Creating git commits ("commit", "git commit") (2) Suggesting commit messages ("commit message") (3) Splitting commits ("split commits") (4) Fixing commit messages ("fix commit") (5) Any git commit related request

2026-04-04
git-release
소프트웨어 개발자

Orchestrate the full release process: push to develop, generate release summary, propose version bump, update package.json files, generate CHANGELOG, create release PR, and monitor CI. Supports dry-run preview mode. **AUTOMATICALLY USE** when: (1) Releasing a new version ("release", "cut a release", "prepare release") (2) Bumping version ("version bump", "bump version") (3) Creating release PRs ("release PR") (4) Generating changelogs ("changelog", "release notes") (5) Any release-related request

2026-04-04
knowledgine-capture
소프트웨어 개발자

Record knowledge to the local knowledge base after solving problems, making design decisions, or discovering reusable patterns. Invoke whenever you have just fixed a bug, made an architectural choice, found a reusable pattern, learned something from external sources, or completed a refactoring. Capturing while context is fresh prevents knowledge loss across sessions.

2026-04-04
knowledgine-recall
소프트웨어 개발자

Search the local knowledge base for past solutions, design decisions, and patterns before starting work. Invoke when facing an error or exception, when approaching an unfamiliar area of the codebase, or when considering implementation approaches. Prevents re-solving already-solved problems and surfaces relevant context proactively.

2026-04-04
knowledgine-suggest
소프트웨어 개발자

Get contextual knowledge suggestions based on the current work context — the file being edited, the task being performed, or the error being investigated. Invoke at the start of a work session, when opening a new file, or when beginning a feature. Surfaces relevant past knowledge proactively without requiring a specific query.

2026-04-04
sdd-analyze
소프트웨어 개발자

Analyze existing codebase to inform spec design. Scans specified packages or directories to extract architecture patterns, public APIs, dependency relationships, and test coverage. Output feeds directly into design.md.

2026-04-04
sdd-close
프로젝트 관리 전문가

Close out a completed spec. Verifies all acceptance criteria are met, updates spec status to completed, captures knowledge learned during implementation, and updates the spec index.

2026-04-04
sdd-handoff
소프트웨어 개발자

Generate a handoff report for transitioning work between tools (Claude Code to Cursor, or vice versa). Summarizes spec status, progress, decisions made, and how to continue.

2026-04-04
sdd-implement
소프트웨어 개발자

Implement features by working through tasks.md step by step with TDD. Reads the full spec (requirements.md, design.md, tasks.md), implements each task in order, and updates progress. Works in both Claude Code and Cursor.

2026-04-04
sdd-init
프로젝트 관리 전문가

Initialize a new SDD spec directory with templates. Creates specs/KNOW-{NNN}-{description}/ with requirements.md, design.md, and tasks.md populated from templates. Auto-assigns the next available ticket number.

2026-04-04
sdd-review
프로젝트 관리 전문가

Perform a comprehensive spec compliance review. Combines AGENTS.md review checklist with spec-specific checks against requirements.md, design.md, and tasks.md. Produces a structured review report with pass/fail/warn per item.

2026-04-04
sdd-spec
소프트웨어 개발자

Generate or refine the three SDD spec files (requirements.md, design.md, tasks.md) for an existing spec directory. Analyzes the codebase, conducts user dialogue for requirements, and produces implementation-ready specifications.

2026-04-04
sdd-status
프로젝트 관리 전문가

Display a dashboard of all specs and their progress. Shows status, completion percentage, and last update for each spec in specs/. Quick overview of the SDD pipeline.

2026-04-04
sdd-sync
프로젝트 관리 전문가

Synchronize specs/tasks.md with Plans.md. Expands spec tasks into Plans.md format with spec reference links, and reflects Plans.md completions back to tasks.md. Bridges SDD and Harness workflows.

2026-04-04
sdd-validate
소프트웨어 품질 보증 분석가·테스터

Validate that implementation satisfies spec acceptance criteria. Maps each criterion in requirements.md to corresponding tests, runs them, and reports pass/fail per criterion. Use after implementation, before PR creation.

2026-04-04