Agent skill
np
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/np
SKILL.md
Komenda /np - New Project
Utwórz nowy projekt z pełną konfiguracją KFG.
Ścieżki projektów (sprawdź w kolejności):
D:\Projekty StriX\(preferowana)C:\Users\kamil\projekty\- Current directory (jeśli user jest w innym folderze)
Kroki (wykonaj RÓWNOLEGLE gdzie możliwe):
1. Git init (jeden Bash call):
cd "[ścieżka]" && mkdir -p "$1" && cd "$1" && git init && mkdir -p logs/adr logs/archive logs/handoffs logs/screenshots
2. Utwórz pliki (Write RÓWNOLEGLE - jeden tool message):
logs/STATE.md:
# Current State
**Last Updated:** [DZIŚ]
**Updated By:** KFG init
---
## Active Work
- Nowy projekt - do zdefiniowania
## Blockers
- Brak
## Recently Completed
- ✅ Projekt zainicjalizowany z KFG ([DZIŚ])
## Next Priorities
1. Zdefiniować cel projektu
2. Pierwszy feature
logs/CHANGELOG.md:
# Changelog
## [Unreleased]
### Added
- Inicjalizacja projektu z KFG
logs/DEVLOG.md:
# Development Log
## Current Context
**Last Updated:** [DZIŚ]
### Project State
- **Project:** $1
- **Version:** v0.1.0-dev
- **Phase:** Inicjalizacja
### Current Objectives
- [ ] Zdefiniować cel projektu
logs/CONTINUITY.md:
# Continuity Ledger
## Aktywna Sesja
**Data:** [DZIŚ]
**Urządzenie:** PC
**Cel:** Nowy projekt
**Status:** IN_PROGRESS
logs/adr/README.md:
# ADRs
| ID | Title | Status | Date |
|----|-------|--------|------|
| - | No ADRs yet | - | - |
CLAUDE.md:
# $1
## KFG Commands
- "stan" → STATE + CONTINUITY
- "eos" → Zakończ sesję
.gitignore:
logs/archive/
logs/screenshots/
3. Opcjonalnie GitHub (zapytaj):
gh repo create "$1" --private --source=. --push
4. Podsumowanie:
✅ Projekt "$1" utworzony
Ścieżka: [pełna ścieżka]
Struktura: logs/ (STATE, CHANGELOG, DEVLOG, CONTINUITY, adr/)
Powiedz "stan" aby zobaczyć status.
WAŻNE:
- Użyj Write dla WSZYSTKICH plików w JEDNYM RÓWNOLEGŁYM WYWOŁANIU
- Tylko 1-2 wywołania Bash (git init + opcjonalnie gh)
- Data: użyj aktualnej daty
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?