kritika810
- 21 skills
- 0 followers
- 5 hours ago last updated
- ▌ Sdk · kritika810Guide building apps, scripts, CI pipelines, or automations on top of the Cursor SDK (TypeScript @cursor/sdk or Python cursor-sdk/cursor_sdk). Use when integrating, installing, or writing code against the Cursor SDK.
- ▌ Loop · kritika810Run a prompt or skill on a recurring or variable interval (e.g. /loop 5m /foo). Use when the user wants repeated execution on a timer.
- ▌ Share · kritika810Save, back up, or share the current project as a hosted (non-public) copy, auto-handling git setup even for users unfamiliar with git. Use when asked to save/back up/publish/share a project online.
- ▌ Shell · kritika810Run all user text after a /shell invocation as a literal shell command. Use only when explicitly invoked with /shell.
- ▌ Canvas · kritika810Create and manage reusable agent 'canvas' artifacts (standalone analytical/output documents) produced during a session. Use when generating standalone analyses, metrics breakdowns, or reports that should live as a separate artifact.
- ▌ Origin · kritika810Install, sign in, update, or repair the 'origin' CLI for Cursor-hosted git repos. Use when git push/pull fails to authenticate against origin.cursor.com.
- ▌ Babysit · kritika810Keep a pull request merge-ready by triaging comments, resolving clear conflicts, and fixing CI in a loop until green.
- ▌ New Repo · kritika810Create a hosted repo for the current project and push it when it has no git remote yet. Use when asked to create/push a repo or set up a remote.
- ▌ Env Setup · kritika810Explain, inspect, configure, and troubleshoot Cloud Agent development environments and build triggers. Use when asked about environment setup, changing/improving an environment, or testing a build.
- ▌ Subscribe · kritika810Wait for external events (GitHub CI, PR activity, Slack, Linear) by subscribing to them via MCP tools instead of polling. Use when waiting on external events.
- ▌ Statusline · kritika810Configure and author status-line scripts for the CLI/IDE status display (model, context usage, git branch). Use when asked to customize the agent status line.
- ▌ Create Hook · kritika810Create agent hooks: write hooks.json, add hook scripts, or automate behavior around agent lifecycle events (start/end/block/unblock). Use when asked to create or update hooks.
- ▌ Create Rule · kritika810Create persistent agent guidance rules (cursor .cursor/rules / RULE.md / AGENTS.md) for coding standards, project conventions, and file-specific patterns. Use when asked to add rules, coding standards, or conventions.
- ▌ Rename Chat · kritika810Rename the current chat/session to a concise 3-5 word topic title. Use only on explicit /rename-chat invocation.
- ▌ Create Skill · kritika810Author a new reusable Agent Skill (SKILL.md) that packages a workflow with scripts/templates/references. Use when creating a skill or asking about SKILL.md structure.
- ▌ Split To Prs · kritika810Split current work/changes/branch into a few small reviewable PRs while preserving user work. Use when asked to split work, a branch, or a PR.
- ▌ Create Subagent · kritika810Create custom subagents for specialized AI tasks (code reviewers, debuggers, domain-specific assistants) with custom prompts and isolated contexts. Use when creating a new type of subagent.
- ▌ Migrate To Builds · kritika810Test whether a Cloud Agent environment works with prebuilt environment builds and recommend required changes. Use when migrating to environment builds.
- ▌ Migrate To Skills · kritika810Migrate 'Applied intelligently' rules and slash commands into Agent Skill (SKILL.md) format. Use when converting .mdc rules or commands into skills.
- ▌ Update CLI Config · kritika810View and modify Cursor CLI configuration in ~/.cursor/cli-config.json (permissions, approval mode, vim mode, display, sandbox, models). Use when asked to change CLI settings.
- ▌ Update Cursor Settings · kritika810Modify Cursor/VS Code user settings in settings.json (themes, font, tab size, format-on-save, auto-save, keybindings). Use when asked to change editor settings or preferences.