Skip to main content
Run any Skill in Manus
with one click
nrjdalal
GitHub creator profile

nrjdalal

Repository-level view of 51 collected skills across 5 GitHub repositories.

skills collected
51
repositories
5
updated
2026-07-17
repository explorer

Repositories and representative skills

sync-guidelines
software-developers

Inspect drift between code, shared workflow references, and Claude, Codex, or Antigravity harness assets after architecture or workflow changes.

2026-07-14
sync-guidelines
software-developers

This skill should be used when the user asks to "sync guidelines", "document inspection", "check skill updates", "update project-dna", "sync patterns", "verify code-document consistency", or after architecture changes to verify Skills/AGENTS.md/CLAUDE.md match the actual code.

2026-07-14
plan-feature
project-management-specialists

Guide a feature from requirements interview through architecture analysis, security check, and task decomposition.

2026-07-09
plan-feature
project-management-specialists

This skill should be used when the user asks to "plan feature", "design feature", or wants to plan and design a new feature before implementation.

2026-07-09
review-architecture
software-developers

Audit a domain or the full repository for architecture compliance using the shared architecture checklist and repository rules.

2026-07-04
review-pr
software-quality-assurance-analysts-and-testers

Review a pull request or local diff against the repository's shared Review Protocol (correctness, regression, stability, contract, architecture, security, governance).

2026-07-04
security-review
information-security-analysts

Review a domain, file, or the full repository for OWASP-oriented security issues using the shared security checklist.

2026-07-04
review-architecture
software-developers

Audit architecture compliance for a domain. Use when the user asks to "review architecture", "compliance audit", or wants to check if a domain follows project architecture rules.

2026-07-04
Showing top 8 of 30 collected skills in this repository.
add-package
software-developers

Add a new shared workspace package under packages/*. Use when creating a new @packages/<name>, whether a bundled library other workspaces import or a build-only script package that runs during a build.

2026-07-17
codebase-map
software-developers

Orient in this repo: which file to edit for a change, how a change ripples across the stack, and how to search the code. Use at the start of a task in an unfamiliar area, or before a cross-cutting change.

2026-07-17
runtime-apis
software-developers

Prefer Bun-native APIs, else Node built-ins with the node: prefix. Use when importing a Node built-in (fs, path, child_process, crypto, os, util), reading or writing files, spawning a process, or choosing between a Bun and a Node API.

2026-07-17
icebox
project-management-specialists

Icebox a raised-but-undecided concern instead of forcing a plan-or-dismiss call: record it with no verdict so the context survives. Use when a review, PR, audit, or eval surfaces something real-maybe that should not be scheduled or closed yet, or when the user says to icebox or park an item.

2026-07-14
api-endpoint
software-developers

Add a typed Hono API endpoint or WebSocket route: router, OpenAPI docs, validation envelope, and RPC client wiring. Use when adding or modifying routes in api/hono.

2026-07-14
dev
software-developers

Start, restart, and verify the ZeroStarter dev stack. `bun run dev` serves portless named `.localhost` URLs (branch-prefixed in a worktree); resolve them with `bunx portless get`. Use when asked to run the app, when the API returns NOT_FOUND for routes that exist in source, or before browser testing.

2026-07-14
ui-verify
software-developers

Verify a frontend or UI change in a real browser. Use after any change to web/next pages, components, or styles, before opening or updating a PR, or when an end-to-end flow needs checking.

2026-07-14
agent-browser
software-developers

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

2026-07-11
Showing top 8 of 17 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded