nori-profiles
Install, switch, and manage coding agent configuration profiles
All Skills in This Repository (24)
Pure Emerald Level Indicatorscreating-debug-tests-and-iterating
Create external-interface scripts to reproduce bugs via CLI, API, and GUI flows.
Creating-Skills
Create custom profile skills with SKILL.md checklists and Bash scripts.
Getting Started with Abilities
Enforce Read-tool usage, skill announcements, and TodoWrite checklists for AI workflows.
Write Noridoc
Create or update server-side noridocs with optional Git repository links.
Sync Noridocs
Sync Git-tracked docs.md files to the Noridocs server.
List Noridocs
List server-side noridocs with repository, pathPrefix, and limit filters.
Read Noridoc
Read server-side noridocs documentation by file path with version and Git context.
Prompt Analysis
Analyze prompts for clarity, specificity, and completeness.
Memorize
Save implementation decisions and patterns to the Nori knowledge base via CLI with name and content parameters.
Recall
Search Nori knowledge bases and fetch full articles by ID.
Updating Noridocs
Update docs.md files after code changes using the nori-change-documenter subagent.
Code-Review-Reception
Process code-review feedback by verifying items against the codebase and pushing documented updates.
Frequently Asked Questions
FAQPage SchemaHow to install nori-profiles?▼
Run `npx skills add tilework-tech/nori-profiles --all -g -y` in your terminal to install all skills in this suite globally.
What is a Nori skillset?▼
A skillset is a complete agent configuration bundle containing skills, custom instructions, subagents, slash commands, and MCP server settings. You can switch between skillsets instantly without losing any configuration.
Which coding agents does Nori support?▼
It supports Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, OpenCode, Goose, and several others. Each agent receives the skillset translated into the exact format it expects on disk.
Can teams share private skillsets?▼
Yes. Teams can set up private registries with full access control so only their organization can view and install internal skillsets.
How do I test CLI changes safely?▼
The included end-to-end testing skills run commands in isolated tmux sessions with a temporary home directory, so your real configuration is never touched.
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