PandelisZ
- 18 skills
- 0 followers
- 6 hours ago last updated
- ▌ Shell · pandelisz bundleRuns the rest of a /shell request as a literal shell command. Use only when the user explicitly invokes /shell and wants the following text executed directly in the terminal.
- ▌ Create Subagent · pandelisz bundleCreate custom subagents for specialized AI tasks. Use when you want to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.
- ▌ Migrate To Skills · pandelisz bundleConvert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use when you want to migrate rules or commands to skills, convert .mdc rules to SKILL.md format, or consolidate commands into the skills directory.
- ▌ Babysit · pandelisz bundleKeep a PR merge-ready by triaging comments, resolving clear conflicts, and fixing CI in a loop.
- ▌ Statusline · pandelisz bundleConfigure a custom status line in the CLI. Use when the user mentions status line, statusline, statusLine, CLI status bar, prompt footer customization, or wants to add session context above the prompt.
- ▌ Canvas · pandelisz bundleA Canvas is a live React app rendered beside the chat. You MUST use a canvas when the agent produces a standalone analytical artifact — quantitative analyses, billing investigations, security audits, architecture reviews, data-heavy content, timelines, charts, tables, interactive explorations, repeatable tools, or any response that benefits from visual layout. Especially prefer a canvas when presenting results from MCP tools (Datadog, Databricks, Linear, Sentry, Slack, etc.) where the data is the deliverable — render it in a rich canvas rather than dumping it into a markdown table or code block. If you catch yourself about to write a markdown table, stop and use a canvas instead. You MUST also read this skill whenever you create, edit, or debug any .canvas.tsx file.
- ▌ Create Hook · pandelisz bundleCreate agent hooks. Use when you want to create a hook, write hooks.json, add hook scripts, or automate behavior around agent events.
- ▌ Create Rule · pandelisz bundleCreate agent rules for persistent AI guidance. Use when you want to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md.
- ▌ Create Skill · pandelisz bundleGuides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
- ▌ Kamal Deployment · pandelisz bundleHelp with Kamal deployment workflows for setup, deploy, rollback, production log diagnostics, and Docker registry configuration for local or cross-host image publishing.
- ▌ Update CLI Config · pandelisz bundleView and modify Cursor CLI configuration settings in ~/.cursor/cli-config.json. Use when the user wants to change CLI settings, configure permissions, switch approval mode, enable vim mode, toggle display options, configure sandbox, or manage any CLI preferences.
- ▌ Vex Desktop Harness · pandelisz bundleLaunch, build, diagnose, and stop the Vex desktop surfaces from `/Users/pz/w/vex/desktop`. Use when Codex needs to run Storybook, the standalone Vite shell, or the real Tauri desktop app; inspect ports, readiness, and logs; troubleshoot desktop boot failures; or prepare the app for screenshot-based visual verification.
- ▌ Codex Primary Runtime · pandeliszContainer for Codex primary runtime skills including PowerPoint slides and Excel spreadsheets
- ▌ Update Cursor Settings · pandelisz bundleModify Cursor/VSCode user settings in settings.json. Use when you want to change editor settings, preferences, configuration, themes, font size, tab size, format on save, auto save, keybindings, or any settings.json values.
- ▌ Storybook Visual Review · pandelisz bundleReview Storybook stories visually, compare states, and capture screenshots for design iteration. Use when the task involves opening a Storybook instance, navigating to one or more stories, inspecting layout and tool-call rendering, or capturing screenshots through browser MCP tools or a Storybook MCP if one is available.
- ▌ Codex Continue Iterating · pandelisz bundleMonitor and continue executing Codex rollout recommended next steps. Activates when Codex ends with recommendations like "Next steps:", "Recommended:", or "TODO:" - ensures those recommendations are actually executed rather than letting the thread end with unactioned suggestions. Tracks completion status and re-engages users on pending items.
- ▌ Powerpoint · pandelisz bundleCreate, edit, render, verify, and export PowerPoint slide decks. Use when Codex needs to build or modify visually ambitious editable .pptx decks.
- ▌ Excel · pandelisz bundleUse this skill when a user requests to create, modify, analyze, visualize, or work with spreadsheet files (`.xlsx`, `.xls`, `.csv`, `.tsv`) with formulas, formatting, charts, tables, and recalculation.