← all publishers

KunanonJ

@kunanonj source repo

448 published skills · page 2 of 5

  1. Agent Code Explorer · kunanonj
    Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
    0
    installs
  2. Agent Code Reviewer · kunanonj
    Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
    0
    installs
  3. Agent Gan Evaluator · kunanonj
    GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.
    0
    installs
  4. Agent Gan Generator · kunanonj
    GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.
    0
    installs
  5. Agent Java Reviewer · kunanonj
    Expert Java code reviewer for Spring Boot and Quarkus projects. Automatically detects the framework and applies the appropriate review rules. Covers layered architecture, JPA/Panache, MongoDB, security, and concurrency. MUST BE USED for all Java code changes.
    0
    installs
  6. Agent Loop Operator · kunanonj
    Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.
    0
    installs
  7. Agent Rust Reviewer · kunanonj
    Expert Rust code reviewer specializing in ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Use for all Rust code changes. MUST BE USED for Rust projects.
    0
    installs
  8. Aside Draft Preview · kunanonj
    Use when the user explicitly asks for drafting content.
    0
    installs
  9. Aside Google Search · kunanonj
    Use this when you need to search web on Google and websearch tool is not enough
    0
    installs
  10. Aside Google Sheets · kunanonj
    Read this skill when you need to read or write Google Sheets. Works without opening a browser tab for reads.
    0
    installs
  11. Aside Site Airtable · kunanonj
    Airtable base, view, and record-pane guidance.
    0
    installs
  12. Aside Site Linkedin · kunanonj
    Read this when you need to use LinkedIn.
    0
    installs
  13. Aside Skill Creator · kunanonj
    Create or update Aside skills. Use when the user wants to turn reusable instructions, site instructions, workflows, domain knowledge, scripts, references, or templates into an Aside skill under the current agent's skills directory.
    0
    installs
  14. Aside Visual Browse · kunanonj
    Read this when you need a coordinate fallback for visible browser UI that snapshots, refs, or locators cannot target reliably.
    0
    installs
  15. Codebase Onboarding · kunanonj
    不慣れなコードベースを分析し、アーキテクチャマップ、主要なエントリポイント、規約、スターターCLAUDE.mdを含む構造化オンボーディングガイドを生成します。新しいプロジェクトに参加するか、リポでClaude Codeを初めてセットアップする場合に使用します。
    0
    installs
  16. Cursor Create Skill · kunanonj
    Create Cursor Agent Skills. Guides through authoring a new skill including SKILL.md structure, directory layout, description best practices, common patterns (template, examples, workflow, conditional, feedback loop), and utility scripts. Use when authoring a new skill or asking about SKILL.md structure.
    0
    installs
  17. Cursor Split To Prs · kunanonj
    Split current work into small reviewable PRs. Use when the user asks to split a chat, set of changes, branch, or PR into smaller reviewable pieces.
    0
    installs
  18. Springboot Patterns · kunanonj
    Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
    0
    installs
  19. Agent A11Y Architect · kunanonj
    Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences.
    0
    installs
  20. Agent Chief Of Staff · kunanonj
    Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
    0
    installs
  21. Agent Code Architect · kunanonj
    Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
    0
    installs
  22. Agent SEO Specialist · kunanonj
    SEO specialist for technical SEO audits, on-page optimization, structured data, Core Web Vitals, and content/keyword mapping. Use for site audits, meta tag reviews, schema markup, sitemap and robots issues, and SEO remediation plans.
    0
    installs
  23. Agent Swift Reviewer · kunanonj
    Expert Swift code reviewer specializing in protocol-oriented design, value semantics, ARC memory management, Swift Concurrency, and idiomatic patterns. Use for all Swift code changes. MUST BE USED for Swift projects.
    0
    installs
  24. Aside Captcha Solver · kunanonj
    Read this skill when a page has a CAPTCHA that needs solving (reCAPTCHA, Turnstile, hCaptcha, or image CAPTCHA).
    0
    installs
  25. Cursor Review Bugbot · kunanonj
    Review code changes with the Bugbot subagent. Computes diffs, launches a bugbot subagent, and summarizes findings by severity. Use when the user asks to run /review-bugbot or wants a bug-focused code review.
    0
    installs
  26. Refactoring Patterns · kunanonj bundle
    Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions "refactor this", "code smells", "extract method", "replace conditional", "technical debt", "move method", "inline variable", or "decompose conditional". Also trigger when cleaning up legacy code, preparing code for new features by restructuring, or identifying which transformation to apply to a specific code smell. Covers smell-driven refactoring, safe transformation sequences, and testing guards. For code quality foundations, see clean-code. For managing complexity, see software-design-philosophy.
    0
    installs
  27. Agent Code Simplifier · kunanonj
    Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.
    0
    installs
  28. Agent Csharp Reviewer · kunanonj
    Expert C# code reviewer specializing in .NET conventions, async patterns, security, nullable reference types, and performance. Use for all C# code changes. MUST BE USED for C# projects.
    0
    installs
  29. Agent Django Reviewer · kunanonj
    Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfigurations, and production-grade Django practices. Use for all Django code changes. MUST BE USED for Django projects.
    0
    installs
  30. Agent Fsharp Reviewer · kunanonj
    Expert F# code reviewer specializing in functional idioms, type safety, pattern matching, computation expressions, and performance. Use for all F# code changes. MUST BE USED for F# projects.
    0
    installs
  31. Agent Kotlin Reviewer · kunanonj
    Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.
    0
    installs
  32. Agent Python Reviewer · kunanonj
    Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
    0
    installs
  33. Aside Apple Passwords · kunanonj
    Use Apple Passwords on macOS when the user asks for Apple/iCloud passwords, OTPs, or autofill from Apple's Passwords app.
    0
    installs
  34. Aside Google Accounts · kunanonj
    IMPORTANT- Read this skill before interacting any Google apps!
    0
    installs
  35. Aside Site Confluence · kunanonj
    Confluence Cloud page and editor guidance.
    0
    installs
  36. Agent Comment Analyzer · kunanonj
    Analyze code comments for accuracy, completeness, maintainability, and comment rot risk.
    0
    installs
  37. Agent Fastapi Reviewer · kunanonj
    Reviews FastAPI applications for async correctness, dependency injection, Pydantic schemas, security, OpenAPI quality, testing, and production readiness.
    0
    installs
  38. Agent Flutter Reviewer · kunanonj
    Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
    0
    installs
  39. Agent Pr Test Analyzer · kunanonj
    Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.
    0
    installs
  40. Agent Refactor Cleaner · kunanonj
    Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
    0
    installs
  41. Aside Password Manager · kunanonj
    Use Aside Password Manager when it helps with login, signup, password generation, credential storage, payment card / identity autofill on checkout forms, or querying the user's saved credentials.
    0
    installs
  42. Cursor Create Subagent · kunanonj
    Create 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.
    0
    installs
  43. Cursor Plugin Headroom · kunanonj bundle
    Headroom startup hooks for Claude Code and GitHub Copilot CLI. Ensures the local Headroom runtime (token compression proxy) is available at session start and before shell/PowerShell tool use. Runs headroom init hook ensure with a 15-second timeout.
    0
    installs
  44. Cursor Review Security · kunanonj
    Review code changes with the Security Review subagent. Computes diffs, launches a security-review subagent, and summarizes findings by severity. Use when the user asks to run /review-security or wants a security-focused code review.
    0
    installs
  45. Agent Database Reviewer · kunanonj
    PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
    0
    installs
  46. Agent Go Build Resolver · kunanonj
    Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.
    0
    installs
  47. Agent Harness Optimizer · kunanonj
    Analyze and improve the local agent harness configuration for reliability, cost, and throughput.
    0
    installs
  48. Agent Homelab Architect · kunanonj
    Designs home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance.
    0
    installs
  49. Agent Network Architect · kunanonj
    Designs enterprise or multi-site network architecture from requirements, using existing network skills for focused routing, validation, automation, and troubleshooting detail.
    0
    installs
  50. Agent Opensource Forker · kunanonj
    Fork any project for open-sourcing. Copies files, strips secrets and credentials (20+ patterns), replaces internal references with placeholders, generates .env.example, and cleans git history. First stage of the opensource-pipeline skill.
    0
    installs
  51. Agent Security Reviewer · kunanonj
    Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
    0
    installs
  52. Aside Site Google Drive · kunanonj
    Google Drive navigation and result-reading guidance.
    0
    installs
  53. Aside Site Google Forms · kunanonj
    Google Forms navigation and editing guidance.
    0
    installs
  54. Browser Screenshot Diff · kunanonj
    Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification
    0
    installs
  55. Build Custom MCP Server · kunanonj
    Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom functionality beyond what mcptools provides, when building specialized domain-specific AI integrations, or when wrapping existing APIs or services as MCP tools.
    0
    installs
  56. Setup Github Actions CI · kunanonj
    Configure GitHub Actions CI/CD for R packages including R CMD check on multiple platforms, test coverage reporting, and pkgdown site deployment. Uses r-lib/actions for standard workflows. Use when setting up CI/CD for a new R package, adding multi-platform testing to an existing package, configuring automated pkgdown site deployment, or adding code coverage reporting to a repository.
    0
    installs
  57. Agent Cpp Build Resolver · kunanonj
    C++ build, CMake, and compilation error resolution specialist. Fixes build errors, linker issues, and template errors with minimal changes. Use when C++ builds fail.
    0
    installs
  58. Analyze Codebase For MCP · kunanonj
    Analyze an arbitrary codebase to identify functions, APIs, and data sources suitable for exposure as MCP tools, producing a tool specification document. Use when planning an MCP server for an existing project, auditing a codebase before wrapping it as an AI-accessible tool surface, comparing what a codebase can do versus what is already exposed via MCP, or generating a tool spec to hand off to scaffold-mcp-server.
    0
    installs
  59. Aside Site Google Slides · kunanonj
    Google Slides reading and editing guidance.
    0
    installs
  60. Cursor Migrate To Skills · kunanonj
    Convert '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.
    0
    installs
  61. Cursor Plugin Pstack How · kunanonj
    Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering questions (\"where should this live\", \"which package owns this\", \"is this the right layer\"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique architecture. Use why for motivation.
    0
    installs
  62. Cursor Plugin Pstack Tdd · kunanonj
    Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.
    0
    installs
  63. Cursor Plugin Pstack Why · kunanonj
    Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how
    0
    installs
  64. Cursor Update CLI Config · kunanonj
    View 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.
    0
    installs
  65. Agent Dart Build Resolver · kunanonj
    Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes `dart analyze` errors, Flutter compilation failures, pub dependency conflicts, and build_runner issues with minimal, surgical changes. Use when Dart/Flutter builds fail.
    0
    installs
  66. Agent Healthcare Reviewer · kunanonj
    Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.
    0
    installs
  67. Agent Java Build Resolver · kunanonj
    Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Automatically detects Spring Boot or Quarkus and applies framework-specific fixes. Fixes build errors, Java compiler errors, and Maven/Gradle issues with minimal changes. Use when Java builds fail.
    0
    installs
  68. Agent Opensource Packager · kunanonj
    Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue templates. Makes any repo immediately usable with Claude Code. Third stage of the opensource-pipeline skill.
    0
    installs
  69. Agent Rust Build Resolver · kunanonj
    Rust build, compilation, and dependency error resolution specialist. Fixes cargo build errors, borrow checker issues, and Cargo.toml problems with minimal changes. Use when Rust builds fail.
    0
    installs
  70. Agent Typescript Reviewer · kunanonj
    Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security, and idiomatic patterns. Use for all TypeScript and JavaScript code changes. MUST BE USED for TypeScript/JavaScript projects.
    0
    installs
  71. Cursor Plugin Cf Wrangler · kunanonj
    Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
    0
    installs
  72. Agent Build Error Resolver · kunanonj
    Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
    0
    installs
  73. Agent Opensource Sanitizer · kunanonj
    Verify an open-source fork is fully sanitized before release. Scans for leaked secrets, PII, internal references, and dangerous files using 20+ regex patterns. Generates a PASS/FAIL/PASS-WITH-WARNINGS report. Second stage of the opensource-pipeline skill. Use PROACTIVELY before any public release.
    0
    installs
  74. Agent Swift Build Resolver · kunanonj
    Swift/Xcode build, compilation, and dependency error resolution specialist. Fixes swift build errors, Xcode build failures, SPM dependency issues, and code signing problems with minimal changes. Use when Swift builds fail.
    0
    installs
  75. Agent Type Design Analyzer · kunanonj
    Analyze type design for encapsulation, invariant expression, usefulness, and enforcement.
    0
    installs
  76. Aside Site Google Calendar · kunanonj
    Google Calendar event browsing, search, and creation guidance.
    0
    installs
  77. Cursor Plugin Pstack Arena · kunanonj
    Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.
    0
    installs
  78. Agent Conversation Analyzer · kunanonj
    Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments.
    0
    installs
  79. Agent Django Build Resolver · kunanonj
    Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration conflicts, import errors, Django configuration issues, and collectstatic failures with minimal changes. Use when Django setup or startup fails.
    0
    installs
  80. Agent Kotlin Build Resolver · kunanonj
    Kotlin/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Kotlin compiler errors, and Gradle issues with minimal changes. Use when Kotlin builds fail.
    0
    installs
  81. Agent Performance Optimizer · kunanonj
    Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.
    0
    installs
  82. Agent Silent Failure Hunter · kunanonj
    Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.
    0
    installs
  83. API Documentation Generator · kunanonj
    Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices
    0
    installs
  84. Cursor Plugin Cf Agents Sdk · kunanonj
    Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
    0
    installs
  85. Cursor Plugin Cf Cloudflare · kunanonj
    Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
    0
    installs
  86. Cursor Plugin Pstack Recall · kunanonj
    Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working on', 'where did I leave off', before starting or resuming work.
    0
    installs
  87. Cursor Plugin Pstack Unslop · kunanonj
    Cut AI tells from any writing. Must always apply.
    0
    installs
  88. Cursor Plugin Resend Resend · kunanonj
    Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API keys, automations, events, viewing API request logs, or setting up the Resend SDK. Always use this skill when the user mentions Resend, even for simple tasks like "send an email with Resend" — the skill contains critical gotchas (idempotency keys, webhook verification, template variable syntax) that prevent common production issues.
    0
    installs
  89. Cursor Plugin Shadcn Shadcn · kunanonj
    Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for \"shadcn init\", \"create an app with --preset\", or \"switch to --preset\".
    0
    installs
  90. Agent Harmonyos App Resolver · kunanonj
    HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.
    0
    installs
  91. Agent Network Troubleshooter · kunanonj
    Diagnoses network connectivity, routing, DNS, interface, and policy symptoms with a read-only OSI-layer workflow and evidence-backed root cause summary.
    0
    installs
  92. Agent Pytorch Build Resolver · kunanonj
    PyTorch runtime, CUDA, and training error resolution specialist. Fixes tensor shape mismatches, device errors, gradient issues, DataLoader problems, and mixed precision failures with minimal changes. Use when PyTorch training or inference crashes.
    0
    installs
  93. Cursor Plugin Cf Sandbox Sdk · kunanonj
    Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
    0
    installs
  94. Cursor Plugin Pstack Reflect · kunanonj
    Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.
    0
    installs
  95. Cursor Plugin Sdk Cursor Sdk · kunanonj
    Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`). Use this skill whenever the user mentions integrating, installing, or writing code against the Cursor SDK; whenever they say `Agent.create`, `Agent.prompt`, `Agent.resume`, `agent.send`, `run.stream`, `CursorAgentError`, or `@cursor/sdk`; whenever they ask to run Cursor agents prog
    0
    installs
  96. Cursor Plugin Teamkit Deslop · kunanonj
    Remove AI-generated code slop and clean up code style
    0
    installs
  97. Cursor Plugin Teamkit Fix CI · kunanonj
    Find failing PR checks, inspect logs or external check links, and apply focused fixes
    0
    installs
  98. Agent Network Config Reviewer · kunanonj
    Reviews router and switch configurations for security, correctness, stale references, risky change-window commands, and missing operational guardrails.
    0
    installs
  99. Aside Notification Activation · kunanonj
    Enable browser notifications on websites for monitoring and event-driven routine flows.
    0
    installs
  100. Browser Testing With Devtools · kunanonj
    Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
    0
    installs