← all publishers

nesnilnehc

@nesnilnehc source repo

55 published skills

  1. Plan Next · nesnilnehc bundle
    Analyze governance state and suggest next actions from existing docs; read-only — never executes downstream skills.
    0
    installs
  2. Review Go · nesnilnehc bundle
    Review Go code for language and runtime conventions: concurrency, context usage, error handling, resource management, API stability, type semantics, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  3. Review PHP · nesnilnehc bundle
    Review PHP code for language and runtime conventions: strict types, error handling, resource management, PSR standards, namespaces, null safety, generators, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  4. Review SQL · nesnilnehc bundle
    Review SQL and query code for injection risk, parameterization, indexing and performance, transactions, NULL and constraints, and dialect portability. Language-only atomic skill; output is a findings list.
    0
    installs
  5. Review Vue · nesnilnehc bundle
    Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
    0
    installs
  6. Commit Work · nesnilnehc bundle
    Create high-quality git commits with clear messages and logical scope. Core goal - produce reviewable commits following Conventional Commits format with pre-commit quality checks.
    0
    installs
  7. Review Diff · nesnilnehc bundle
    Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
    0
    installs
  8. Review Java · nesnilnehc bundle
    Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  9. Review React · nesnilnehc bundle
    Review React code for component design, hooks correctness, state management, rendering performance, and accessibility. Framework-only atomic skill; output is a findings list.
    0
    installs
  10. Define Vision · nesnilnehc bundle
    Define the long-term future the project aims to create. Answers what future we are building; produces a vision statement aligned with mission, persisted to docs.
    0
    installs
  11. Manage Secret · nesnilnehc
    Store, look up, rotate, or delete a personal credential — passwords, API keys, tokens, certificate passphrases — in the macOS Keychain under a <project>-<env>-<kind> naming scheme. Use it even when the user does not say "Keychain". Not for team vaults, CI secret injection, or cross-machine sync.
    0
    installs
  12. Review Dotnet · nesnilnehc bundle
    Review .NET (C#/F#) code for language and runtime conventions: async/await, nullable, API versioning, IDisposable, LINQ, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  13. Review Python · nesnilnehc bundle
    Review Python code for language and runtime conventions: type hints, exceptions, async/await, context managers, dependencies, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  14. Automate Tests · nesnilnehc bundle
    Discover and execute repository test commands safely with evidence-based command selection and safety guardrails.
    0
    installs
  15. Define Mission · nesnilnehc bundle
    Define the fundamental purpose of a project or organization. Answers why the project exists; produces a single mission statement persisted to docs.
    0
    installs
  16. Define Roadmap · nesnilnehc bundle
    Derive a strategic roadmap from goals using milestone checkpoints, strategic bets, success metrics, and promotion criteria. Produces a decision-grade roadmap document.
    0
    installs
  17. Redeploy Local · nesnilnehc
    After code changes, auto-detect the project's build system and local deployment method for a given directory, then build the project and restart its locally-deployed environment (Docker Compose / systemd / process manager). Never assumes — asks only when detection is ambiguous. Caches detected commands per project in .cortex/redeploy-local.yaml; re-invocations on the same project skip re-scanning until signal files change, the cache expires (30 days), or the skill version bumps.
    0
    installs
  18. Review Roadmap · nesnilnehc bundle
    Review an existing roadmap document against roadmap-quality criteria: core model completeness, capacity baseline and allocation, metric triplets, outcome framing, dependency mapping, and change frequency. Evaluative atomic skill; output is a findings list.
    0
    installs
  19. Review Testing · nesnilnehc bundle
    Review code for testing: test existence, coverage adequacy, test quality and structure, edge-case and error-path coverage, and test maintainability. Cognitive-only atomic skill; output is a findings list.
    0
    installs
  20. Update Roadmap · nesnilnehc bundle
    Day-to-day roadmap maintenance — change item status, shift dates with downstream impact analysis, and produce a what-changed summary. Does not move items between Now/Next/Later tiers.
    0
    installs
  21. Changelog Video · nesnilnehc bundle
    Generate and validate an optional release video from confirmed Release Package change items using repository-local media tooling; never installs tools or decides or publishes the release.
    0
    installs
  22. Deliver Feature · nesnilnehc bundle
    From inside a linked worktree, deliver the current feature branch into main — merge with --no-ff, push, and optionally clean up the worktree, all without leaving CWD.
    0
    installs
  23. Prepare Release · nesnilnehc bundle
    Build and validate a Release Package from repository history, version policy, quality gates, and optional release artifacts; does not publish or announce.
    0
    installs
  24. Publish Release · nesnilnehc bundle
    Validate a ready Release Package and execute the repository's publication steps—tag, build, package, and provider release—with explicit mutation gates.
    0
    installs
  25. Review Codebase · nesnilnehc bundle
    Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
    0
    installs
  26. Review Security · nesnilnehc bundle
    Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
    0
    installs
  27. Announce Release · nesnilnehc bundle
    Create and optionally deliver grounded release announcements from a published Release Package across available channels; never owns changelog generation.
    0
    installs
  28. Review Orm Usage · nesnilnehc bundle
    Review ORM usage patterns for N+1 queries, connection management, migration safety, transaction handling, and query efficiency. Library-level atomic skill; output is a findings list.
    0
    installs
  29. Archive Milestone · nesnilnehc bundle
    Archive a completed milestone by generating a snapshot summary, folding the roadmap stage, and removing the stale tasks directory.
    0
    installs
  30. Define Docs Norms · nesnilnehc bundle
    Create or update docs/ARTIFACT_NORMS.md from an approved proposal and establish project docs norms as canonical rules.
    0
    installs
  31. Define North Star · nesnilnehc bundle
    Define the single most important metric representing the core value delivered to users. Produces North Star Metric with rationale, optional supporting metrics, and anti-pattern examples; persisted to docs.
    0
    installs
  32. Review Powershell · nesnilnehc bundle
    Review PowerShell code for language and runtime conventions: advanced functions, parameter design, error handling, object pipeline behavior, compatibility, and testability. Language-only atomic skill; output is a findings list.
    0
    installs
  33. Review Typescript · nesnilnehc bundle
    Review TypeScript/JavaScript code for type safety, async patterns, error handling, and module design. Atomic skill; output is a findings list.
    0
    installs
  34. Capture Work Items · nesnilnehc bundle
    Capture requirements, bugs, or issues from free-form input into structured, persistent artifacts. Use when user wants to record a work item quickly without deep validation.
    0
    installs
  35. Integrate Branches · nesnilnehc bundle
    From the main repo on the main branch, scan all linked worktrees and local branches, let the user multi-select, then merge --no-ff + push them sequentially and clean up succeeded worktrees together.
    0
    installs
  36. Prioritize Backlog · nesnilnehc bundle
    Force a clean re-score of every backlog item with four frameworks (RICE, WSJF, MoSCoW, ICE) in parallel — ignores any existing priority, auto-detects multi-file or single-file backlog layouts, surfaces framework disagreements, and captures the user's final decision with rationale.
    0
    installs
  37. Review Performance · nesnilnehc bundle
    Review code for performance: complexity, database/query efficiency, I/O and network cost, memory and allocation behavior, concurrency contention, caching, and latency/throughput regressions. Cognitive-only atomic skill; output is a findings list.
    0
    installs
  38. Refine Skill Design · nesnilnehc bundle
    Audit and refactor existing SKILLs to meet spec compliance, repository asset boundaries, tool adaptation requirements, and LLM best practices.
    0
    installs
  39. Review Architecture · nesnilnehc bundle
    Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
    0
    installs
  40. Review Requirements · nesnilnehc bundle
    Review an existing requirements document for quality: problem clarity, testable needs, constraint inventory, scope boundedness, requirement IDs, and open questions. Evaluative atomic skill; output is a findings list.
    0
    installs
  41. Consume Nats Message · nesnilnehc
    Drain pending NATS messages from a producer contract via NATS MCP tools. Discovers the available NATS tool capabilities, selects exact-subject or wildcard mode from .cortex/nats.yaml, applies Tolerant Reader semantics, executes ack/nak/term decisions, and returns aggregated stats.
    0
    installs
  42. Decontextualize Text · nesnilnehc bundle
    Convert text with private context or internal dependencies into generic, unbiased expressions that are standalone and reusable. Core goal - produce decontextualized text that preserves logic while removing organizational identifiers. Use for project handoff, open-source prep, methodology abstraction, cross-team sharing.
    0
    installs
  43. Generate Agent Entry · nesnilnehc bundle
    Write or revise AGENTS.md per embedded output contract to establish project identity, authoritative sources, and behavioral expectations. Use when creating Agent entry for new projects, auditing existing AGENTS.md, or adopting the AI Cortex entry format.
    0
    installs
  44. Publish Nats Message · nesnilnehc
    Publish a NATS message conforming to a cross-team contract, using NATS MCP tools. Authors the contract on first use if missing. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting basics across sessions.
    0
    installs
  45. Scaffold Agent Tests · nesnilnehc
    Generate an LLM agent test suite (golden cases, mock-LLM unit tests, evaluator harness) from an agent implementation and its agent-test contract. Use when an agent has no tests, or a contract exists but the test code is missing.
    0
    installs
  46. Map Item Dependencies · nesnilnehc bundle
    Identify dependencies among backlog and roadmap items across five categories, record them in each item's depends_on field, and produce a dependency graph with need-by dates and reduction options. Runs before promotion so blocked items are not pulled into Now.
    0
    installs
  47. Promote Roadmap Items · nesnilnehc bundle
    Promote prioritized backlog items into the roadmap's Now/Next/Later tiers based on strategic_goal capacity allocation and priority scores. Event-driven (not calendar-driven).
    0
    installs
  48. Design Strategic Goals · nesnilnehc bundle
    Define 3–5 long-term strategic goals that move the project toward the vision and North Star. Produces a goals document aligned with mission, vision, and NSM; persisted to docs.
    0
    installs
  49. Orchestrate Code Review · nesnilnehc bundle
    Orchestrator skill — sequence atomic review-* skills (scope → language → framework → library → cognitive) and aggregate findings into a unified report.
    0
    installs
  50. Orchestrate Repair Loop · nesnilnehc bundle
    Iteratively review changes, run automated tests, and apply targeted fixes until issues are resolved (or a stop condition is reached).
    0
    installs
  51. Define Strategic Pillars · nesnilnehc bundle
    Derive 3–5 strategic pillars (high-level themes) from vision and North Star that structure and guide strategic goals and roadmap. Produces a strategic pillars document; persisted to docs.
    0
    installs
  52. Generate Github Workflow · nesnilnehc bundle
    GitHub Actions YAML with embedded output contract: security-first, minimal permissions, version pinning. For CI, release, PR checks. Differs from generic templates by spec compliance and auditability.
    0
    installs
  53. Generate Standard Readme · nesnilnehc bundle
    Generate lean, high-density README. Sections pruned by value threshold — not fixed count. Primary goal — reader knows what the project is, where to look, and how to use it within 30 seconds.
    0
    installs
  54. Orchestrate Governance Step · nesnilnehc bundle
    Single-step governance executor — reads plan-next routing output, executes the highest-priority action, and emits a continuation signal for /loop-driven autopilot.
    0
    installs
  55. Orchestrate Roadmap Planning · nesnilnehc bundle
    Orchestrator skill — run one roadmap planning pass by sequencing atomic skills from strategic goals through capture, scoring, dependency mapping, and promotion, satisfying each skill's halt conditions up front.
    0
    installs