Instructions file CodexOpenCode
AGENTS.md instructions for nolabs-ai/nono, covering nono - development guide, project overview, library vs cli boundary, build & test and build everything.
Instructions file CodexOpenCode
AGENTS.md instructions for nolabs-ai/nono, covering nono - development guide, project overview, library vs cli boundary, build & test and build everything.
Instructions file
Claude Code instructions for nolabs-ai/nono, a project described as: secure multiplexed execution paths for agents - zero trust, zero setup, zero latency.
Instructions file
Claude Code instructions for nolabs-ai/AgentUp, covering claude.md, project overview, technology stack, essential development commands and environment setup.
Agent
Activates when user wants code architecture reviewed or design feedback. Triggers on "review architecture", "analyze codebase structure", "design review", "is this pattern correct", "suggest improvements to structure", or architecture-related questions.
Agent
Activates when user needs help writing a git commit message. Triggers on "write commit message", "help me commit", "what should my commit message be", "commit these changes", or after completing a feature/fix and mentioning committing.
Agent
Activates when user needs help debugging an issue. Triggers on "debug this", "why is this failing", "fix this bug", "this doesn't work", "getting an error", "help me troubleshoot", or when user shares error messages.
Agent
Activates when user needs help managing dependencies. Triggers on "update dependencies", "check outdated packages", "audit dependencies", "security vulnerabilities", "upgrade packages", "npm outdated", "pip list", or dependency-related requests.
Agent
Activates when user needs help with migrations - database migrations, code migrations, or framework upgrades. Triggers on "migrate", "upgrade framework", "move to new version", "database migration", "schema change", "breaking changes", or migration planning.
Agent
Activates when user wants a pull request reviewed. Triggers on "review this PR", "review pull request", "check this PR", "PR feedback", or when given a PR URL or number.
Agent
Activates when user wants to refactor code or plan code improvements. Triggers on "refactor this", "improve this code", "clean up", "restructure", "simplify this", "reduce complexity", or refactoring-related requests.
Agent
Activates when user needs help with releases, versioning, or changelogs. Triggers on "create release", "write release notes", "bump version", "changelog", "semantic versioning", "tag release", or release preparation.
Command
Audit dependencies for security vulnerabilities and updates.
Command
Interactive merge conflict resolution assistant.
Command
Generate a new developer onboarding guide for the project.
Command
Generate a comprehensive overview of the current project.
Command
Identify and catalog technical debt in the codebase.
Skill Claude CodeCodex
Activates when user needs help designing REST APIs, GraphQL schemas, or API architecture. Triggers on "design API", "REST endpoint", "GraphQL schema", "API structure", "endpoint naming", "API versioning", "request/response format", or API design questions.
Skill Claude CodeCodex
Activates when user wants code reviewed for quality, best practices, bugs, or improvements. Triggers on "review this code", "check my implementation", "is this code good", "find bugs", "improve this function", "code quality check", or requests for feedback on code.
Skill Claude CodeCodex
Activates when user needs help with database design, SQL queries, migrations, or ORM usage. Triggers on "database schema", "SQL query", "migration", "optimize query", "foreign key", "index", "normalize", "ORM", "Prisma", "TypeORM", "SQLAlchemy", or database-related questions.
Skill Claude CodeCodex
Activates when user needs help writing documentation, README files, API docs, or code comments. Triggers on "write documentation", "create README", "document this API", "add JSDoc", "explain this code", "write docstrings", or documentation-related requests.
Skill Claude CodeCodex
Activates when user needs help with git operations including branching, rebasing, merging, cherry-picking, stashing, and resolving conflicts. Triggers on "help me rebase", "fix merge conflict", "create branch", "git history", "undo commit", "squash commits", or any git workflow questions.
Skill Claude CodeCodex
Activates when user needs help with performance optimization, profiling, or improving code efficiency. Triggers on "optimize performance", "make this faster", "reduce memory", "profile this", "performance issues", "slow code", "improve speed", or efficiency-related questions.
Skill Claude CodeCodex
Activates when user needs security review, vulnerability scanning, or secure coding guidance. Triggers on "security review", "find vulnerabilities", "is this secure", "check for injection", "security audit", "OWASP", "secure this code", or security-related questions.
Skill Claude CodeCodex
Activates when user needs help writing tests, understanding testing patterns, or improving test coverage. Triggers on "write tests", "add unit tests", "test this function", "improve coverage", "mock this", "testing strategy", or questions about Jest, pytest, testing frameworks.