knowns
Persistent project memory and spec-driven coding workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorskn-init
Loads project docs and summarizes session-relevant context and tasks.&.#;.
kn-implement
Execute plan-driven task steps and validate acceptance criteria.
kn-research
Aggregate documentation, tasks, and code insights across repositories.
kn-plan
Convert high-level objectives into reviewable implementation plans with approval gates.
kn-spec
Create feature specification documents using Spec-Driven Development.
kn-template
Generate code from templates with dry-run validation.
kn-verify
Run SDD validation and generate coverage status reports with warnings and fixes.
kn-extract
Extract generalizable knowledge from tasks into centralized documentation.
kn-doc
Manage Knowns documentation via a unified CLI for viewing, searching, creating, and updating docs.
kn-commit
Inspect staged changes, generate conventional commit messages, and execute git commit after confirmation.
Frequently Asked Questions
FAQPage SchemaHow to install Knowns?โผ
Run `npx skills add knowns-dev/knowns --all -g -y` in your terminal to install all skills in this suite globally.
How to stop re-explaining project context to AI coding tools?โผ
Knowns stores your tasks, docs, specs, and decisions in a local .knowns folder that your coding assistant reads automatically at the start of every session.
Does Knowns work with Claude Code and Cursor?โผ
Yes. It connects through MCP or CLI commands and works with Claude Code, Codex, Cursor, Copilot, OpenCode, and Windsurf.
What is spec-driven development in Knowns?โผ
You write a spec with acceptance criteria, Knowns generates linked tasks, and the assistant plans, implements, reviews, and verifies each task against those criteria.
Does Knowns require a cloud account?โผ
No. It is local-first and self-hostable, storing everything as plain files in your repository that you can commit to Git.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core