← all publishers

aryaminus

@aryaminus source repo

32 published skills

  1. Astrology · aryaminus bundle
    Trustworthy multi-tradition astrology. Casts mathematically real charts (Western tropical, Vedic/Jyotish sidereal, Chinese BaZi) from birth data via a deterministic ephemeris engine — never guessed positions — then interprets them with grounded classical rulesets and counsels like a real astrologer. Use for horoscopes, natal/birth-chart readings, kundli, zodiac signs, nakshatras, compatibility/synastry, daily & yearly transits, vimshottari dasha, four pillars of destiny, solar/lunar returns, navamsa/D9, panchang, moon phases, numerology, aspect patterns (Grand Trine, Yod, T-Square), Part of Fortune, Vertex, and "what do the stars say" questions about love, career, money, timing, health, or life purpose.
    0
    installs
  2. Align · aryaminus bundle
    Interview the user about their goal before any plan or code. Reach shared understanding of what, why, which layers, success criteria, and unknowns. Feed the result into plan-slice or ck_review_submit.
    0
    installs
  3. Deslop · aryaminus bundle
    Clean AI slop: remove narrative comments, verbosity, hallucinated patterns, padding. Also cleans AI-generated issue/PR text. Trigger: 'unslop', 'clean up AI code', 'remove slop', 'clean up issue description'. Complements aislop detection.
    0
    installs
  4. Handoff · aryaminus
    Persist session state and hand off in-progress work to a background agent — the *delegation step* of `end-of-shift`. Use when work outgrows the current session or must continue unattended; for a full session close (validation + proof + findings + budget + digest + learning before handoff) prefer `end-of-shift`.
    0
    installs
  5. Challenge · aryaminus
    Adversarially challenge the current plan or finding. Assume the direction is wrong and build the strongest case against it. Surfaces blind spots, false assumptions, and unexplored alternatives before execution starts.
    0
    installs
  6. Continuity · aryaminus
    Learn, record, audit, and apply codebase patterns consistently across a repo by comparing current code to canonical local examples stored in CK memory. Use when asked to preserve continuity, learn a pattern, check drift, fix inconsistent implementations, or enforce local conventions.
    0
    installs
  7. Plan Slice · aryaminus bundle
    Decompose an aligned goal into independently executable vertical slices with explicit blocking relationships. Each slice must cross all touched system layers — not a single layer. Submit for human approval before any implementation begins.
    0
    installs
  8. Tdd Bugfix · aryaminus bundle
    Reproduce → root-cause → failing test → minimal fix → verify. Trigger: 'fix this bug', 'reproduce and fix', 'TDD fix'. Requires a local test path.
    0
    installs
  9. Investigate · aryaminus
    Read-only codebase Q&A: trace code paths, answer how/why/where questions without changes. Trigger: 'how does X work', 'why was Y built this way', 'trace the data flow'.
    0
    installs
  10. Bounded Loop · aryaminus
    Run objective, repeatable improvement work under an immutable verifier and hard iteration, cost, time, and no-progress limits. Use for approved experiments with an automated metric and sandboxed worker.
    0
    installs
  11. Domain Audit · aryaminus bundle
    DEPRECATED — use `security-review` instead (it now covers all domain-pack audits — HR, legal, marketing, sales, real-estate, government, insurance, logistics, manufacturing, e-commerce, nonprofit). Kept as a thin alias so `ck_skill_list` for those domains still surfaces `security-review`.
    0
    installs
  12. End Of Shift · aryaminus
    Close a governed work session — the unified session-close path (validation + proof + findings + budget + digest + learning) that ends with the `handoff` delegation step when work remains. Prefer this over bare `handoff` for any end-of-shift wrap-up. Use when the user asks to wrap up, stop for the day, or leave work ready for another agent.
    0
    installs
  13. Proof Memory · aryaminus bundle
    Use ControlKeel proof bundles, typed memory, workspace snapshots, transcript summaries, and resume packets before closing or resuming work. Activate this when you need durable evidence or historical context.
    0
    installs
  14. Reviewable Pr · aryaminus bundle
    Prepare PRs for review: clean noisy history, improve descriptions, add reviewer guidance. Trigger: 'make easy to review', 'tidy PR', 'clean up commits', 'annotate diff'.
    0
    installs
  15. CLI For Agents · aryaminus
    Design/review CLIs for agent-friendliness: non-interactive flags, layered help, idempotency, dry-run, actionable errors. Trigger: 'agent CLI', 'automation-friendly CLI', 'headless CLI design'.
    0
    installs
  16. Ship Readiness · aryaminus bundle
    Check install-to-first-finding metrics, funnel stage, findings state, proofs, and approvals before calling a session ready to ship.
    0
    installs
  17. Architect First · aryaminus
    Settle types, module shape, and boundaries before implementation. Trigger: 'architect this', 'design module structure', 'settle types first'. For multi-module changes.
    0
    installs
  18. Parallel Review · aryaminus
    DEPRECATED for inline use — this is now a CLI composite (`controlkeel review --parallel`). Kept callable only for explicitly requested comprehensive security+quality orchestration; otherwise invoke security-review + deep-code-quality-review separately or via that CLI.
    0
    installs
  19. Security Review · aryaminus bundle
    Run a structured security review before marking a task done. Services as the single audit skill for OWASP, baseline pack, domain-pack (HR/legal/marketing/sales/real-estate/government/insurance/logistics/manufacturing/e-commerce/nonprofit), and compliance (GDPR/SOC2/HIPAA/policy packs) — subsumes the deprecated `compliance-audit` and `domain-audit` aliases. Use this for code, config, architecture, or release reviews; the domain/compliance layer is triggered by the session's active domain pack and data flows.
    0
    installs
  20. Standup Summary · aryaminus
    Summarize work completed over a time period using git commits + CK session data. Trigger: 'what did I get done', 'standup', 'weekly summary', 'status update'.
    0
    installs
  21. Cloudflare Agent · aryaminus bundle
    Enable ControlKeel governance for Cloudflare Agents with policy gates, budget enforcement, PII detection, and secure execution.
    0
    installs
  22. Compliance Audit · aryaminus bundle
    DEPRECATED — use `security-review` instead (it now covers all of this — regulated flows, policy packs, domain controls). Kept as a thin alias for search (compliance/GDPR/SOC2/HIPAA) so existing `ck_skill_list` queries still surface `security-review`.
    0
    installs
  23. Agent Integration · aryaminus bundle
    Attach ControlKeel to agents, verify MCP connectivity, confirm native skills availability, and choose the right distribution target for each client.
    0
    installs
  24. Cost Optimization · aryaminus bundle
    Keep a governed session within budget. Use this before long-running agent work, bulk processing, or any task where spend pressure could change the plan.
    0
    installs
  25. Orchestrate Tasks · aryaminus bundle
    Fan large tasks across parallel agents with planner/worker/verifier roles and structured handoffs. Trigger: 'parallelize', 'fan out', 'orchestrate', or when plan-slice produces 3+ independent slices.
    0
    installs
  26. Benchmark Operator · aryaminus bundle
    Run, inspect, import, and export ControlKeel benchmark suites and multi-subject matrices. Use this when comparing governed and external agents or validating policy changes.
    0
    installs
  27. Continual Learning · aryaminus
    Auto-mine session for durable memory: user preferences and workspace facts. Trigger: 'learn from this', 'update memory', 'save what we learned', or at session end.
    0
    installs
  28. Communication Style · aryaminus
    Write concise, calm technical responses whose structure matches the decision, evidence, or sequence being communicated. Use when drafting substantial plans, reviews, findings, documentation, or completion summaries.
    0
    installs
  29. Controlkeel Governance · aryaminus bundle
    Operate inside a ControlKeel-governed session. Use this before code edits, shell execution, delegation, deploy work, or any task that needs CK validation, findings, budget, proof, or routing context.
    0
    installs
  30. Deep Code Quality Review · aryaminus bundle
    Strict maintainability review: abstraction quality, file size, spaghetti growth, code-judo simplification. Trigger: 'deep quality review', 'thermo-nuclear review', 'harsh maintainability audit'.
    0
    installs
  31. Agent Pattern Verification · aryaminus bundle
    Verify AI agent code for dangerous patterns including infinite loops, unbounded retries, tool hallucinations, and context overflow. Use before deploying agent workflows or when reviewing agent code.
    0
    installs
  32. False Confidence Test Audit · aryaminus
    Audit tests that may pass without proving the claimed behavior. Use for periodic test-quality reviews or when coverage looks healthy but regressions still escape.
    0
    installs