← all publishers

kimasplund

@kimasplund source repo

35 published skills

  1. Contacts · kimasplund bundle
    AI-powered unified contact management with semantic search, relationship tracking, entity resolution, graph queries, and multi-platform integration.
    0
    installs
  2. Email · kimasplund bundle
    AI-powered IMAP email client with semantic search, intelligent triage, and graduated autonomy. Manages email through natural conversation.
    0
    installs
  3. Brother Ql Labels · kimasplund
    Print labels on a networked Brother QL printer.
    0
    installs
  4. Datamax Dpl Labels · kimasplund
    Print labels on a Datamax printer via DPL.
    0
    installs
  5. Premortem Evolved · kimasplund bundle
    Run a full failure analysis on a plan before it launches — a steelmanned, category-forced autopsy of how it died with calibrated probability shares, an impact-by-feasibility verdict, a rebuilt plan gated by a decision rule, an adversary's dated kill chain, and tripwires that include the adversary's moves. Use this whenever someone shares a plan, launch, pitch, campaign, career move, business idea, budget, or any significant decision they're about to commit to — including when they only ask "is this a good plan?", "what do you think?", "any holes in this?", "should I do it?", or "poke holes in this". Assume a plan being shared is a request for a premortem unless they clearly want something else.
    0
    installs
  6. Skill Gauntlet · kimasplund bundle
    Regression-guarded blind A/B evaluation for skills, prompts, and agent configurations. Use when a candidate revision of a skill (or system prompt, rubric, or agent config) must prove it beats the current champion WITHOUT regressing guard dimensions before adoption — champion/challenger testing, pre-registered conjunctive adoption gates, blind persona-diverse judge panels, cross-check auditors, planted-flaw key verification, framing fixtures, negative fixtures, and generic controls. Triggers: "A/B test this skill", "extreme testing", "make sure we're not regressing", "test before adopting", "compare these two prompts/skills rigorously", "champion vs challenger", evolving an installed skill where a silent regression would be costly. Do NOT use for: simple factual QA, one-shot content generation, or evals where a single automated metric fully defines quality (use a test suite instead).
    0
    installs
  7. Analogical Transfer · kimasplund
    Analogical Transfer (AT)
    0
    installs
  8. Agent Memory Skills · kimasplund
    Self-improving agent architecture using ChromaDB for continuous learning, self-evaluation, and improvement storage. Agents maintain separate memory collections for learned patterns, performance metrics, and self-assessments without modifying their static .md configuration.
    0
    installs
  9. Integrated Reasoning · kimasplund bundle
    Meta-orchestration guide for choosing optimal reasoning patterns. Analyzes problem characteristics and recommends which cognitive methodology to use - tree-of-thoughts (find best), breadth-of-thought (explore all), self-reflecting-chain (sequential logic), or direct analysis. Use when facing complex problems and unsure which reasoning approach fits best.
    0
    installs
  10. Dialectical Reasoning · kimasplund
    Dialectical Reasoning (DR)
    0
    installs
  11. Confidence Check Skills · kimasplund bundle
    Pre-implementation validation framework requiring ≥90% confidence before coding. Prevents wrong-direction work by assessing duplicates, architecture alignment, documentation, OSS references, and root cause understanding. Use before implementing features, fixes, or refactoring to save 5K-50K tokens per prevented error.
    0
    installs
  12. Security Analysis Skills · kimasplund
    Comprehensive security analysis framework teaching STRIDE threat modeling, OWASP Top 10 vulnerabilities, CVSS risk scoring, and secure coding patterns. Use when conducting security assessments, code reviews, threat modeling, or implementing security controls. Applicable to all development work requiring security consideration.
    0
    installs
  13. Negotiated Decision Framework · kimasplund
    Multi-stakeholder coordination for decisions involving competing interests, different value systems, or organizational politics. Use when multiple parties must agree, when power dynamics affect decisions, or when consensus is required but perspectives diverge. Unlike DR (resolves conceptual tensions), NDF resolves stakeholder tensions.
    1
    install
  14. Qavr Status · kimasplund
    Display QAVR (Q-Value Augmented Vector Retrieval) system status including mode, interaction counts, top memories by Q-value, and configuration.
    1
    install
  15. Ralph Loop Integration · kimasplund
    Persistent iteration wrapper for cognitive reasoning patterns using ralph-loop's Stop hook mechanism. Use when high confidence (>90%) is required, complex multi-pattern orchestration needs iterative refinement, self-correcting analysis is needed, or long-running tasks require checkpointed persistence. Wraps IR-v2 patterns in completion promise-gated loops.
    1
    install
  16. Confidence Check · kimasplund
    Pre-implementation validation requiring ≥90% confidence before coding. Prevents wrong-direction work by assessing duplicates, architecture alignment, and root cause understanding.
    1
    install
  17. Git Workflow Skills · kimasplund bundle
    Provides standardized Git workflows, commit message conventions, branching strategies, and collaboration patterns for all agents performing Git operations. Use when creating commits, choosing branching strategies, creating PRs, performing git operations (merge vs rebase), or handling git collaboration workflows.
    1
    install
  18. Security Analysis · kimasplund
    Security assessment using STRIDE threat modeling, OWASP Top 10, and CVSS scoring. Use for security reviews, threat modeling, and secure coding guidance.
    1
    install
  19. Error Handling Skills · kimasplund bundle
    Universal error handling, exception management, and logging best practices for all development agents across JavaScript/TypeScript, Python, Rust, Go, and Java. Use when implementing error handling, exception management, logging, error recovery, or debugging production issues.
    1
    install
  20. Tree Of Thoughts · kimasplund
    Systematic evaluation methodology for finding THE best solution among known options. Explores multiple reasoning paths, scores branches, and prunes low-confidence paths.
    1
    install
  21. Memory Consolidation · kimasplund
    Periodic "sleep-like" memory optimization. Detects patterns, resolves conflicts, applies decay, and transfers knowledge across contexts.
    1
    install
  22. Breadth Of Thought · kimasplund
    Exhaustive solution space exploration. Use when you need ALL viable options (not just the best), solution space is unknown, or you can't afford to miss alternatives.
    1
    install
  23. Parallel Execution · kimasplund bundle
    Parallel execution patterns for cognitive reasoning tasks. Use when independent sub-problems can be solved simultaneously, multiple solution approaches need exploration, ensemble confidence is required, or time permits depth without sequential constraints. Integrates with ToT, BoT, HE, and AT for accelerated reasoning with fan-out/fan-in, MCTS-style search, and MoA aggregation patterns.
    1
    install
  24. Benchmark Framework · kimasplund
    Rigorous A/B/C testing framework for empirically evaluating reasoning patterns. Use when you need data-driven pattern selection, want to quantify trade-offs between patterns, or need to validate claims about which cognitive methodology performs best. Enables scientific measurement of quality, cost, and time trade-offs across ToT, BoT, SRC, HE, AR, DR, AT, RTR, and NDF patterns.
    1
    install
  25. Chromadb Integration Skills · kimasplund bundle
    Universal ChromaDB integration patterns for semantic search, persistent storage, and pattern matching across all agent types. Use when agents need to store/search large datasets, build knowledge bases, perform semantic analysis, or maintain persistent memory across sessions.
    1
    install
  26. Adversarial Reasoning · kimasplund
    Stress-test solutions using the STRIKE framework. Systematically attack proposals to find weaknesses before deployment.
    1
    install
  27. Self Reflecting Chain · kimasplund
    Sequential reasoning with deep self-reflection and backtracking. Use when problems have step-by-step dependencies, need careful logical reasoning, or require error correction. Each step includes self-reflection, and incorrect steps trigger backtracking. Ideal for debugging, mathematical proofs, sequential planning, or causal analysis where order matters.
    1
    install
  28. Hypothesis Elimination · kimasplund
    Diagnostic reasoning for finding root causes. Generates multiple hypotheses, designs tests to eliminate each, and converges on the true cause through evidence.
    1
    install
  29. Rapid Triage Reasoning · kimasplund
    Fast decision-making methodology for time-critical situations. Use when you have minutes (not hours) to decide, during incidents, emergencies, or hard deadlines. Optimizes for "good enough now" over "perfect later". Unlike other patterns that maximize quality, RTR maximizes decision speed while maintaining acceptable quality floors.
    1
    install
  30. Integrated Reasoning V2 · kimasplund
    Meta-orchestrator that selects optimal reasoning patterns based on problem characteristics. Analyzes 11 dimensions and recommends ToT, BoT, SRC, HE, AR, DR, AT, RTR, or NDF patterns.
    1
    install
  31. Reasoning Handover Protocol · kimasplund bundle
    Protocol for cognitive pattern handovers during complex reasoning sessions. Defines .reasoning/ directory structure, handover schemas, and IR-v2 orchestration integration. Use when reasoning sessions require mid-stream pattern transitions, parallel branch merging, state checkpointing, or multi-pattern orchestration. Essential for complex problems where ToT, BoT, HE, or other patterns must hand off work to each other.
    1
    install
  32. Self Improving Agent · kimasplund bundle
    Enables continuous self-improvement through learning from failures, user corrections, and capability gaps. Integrates with QAVR for learned memory ranking.
    1
    install
  33. Agent Creator · kimasplund bundle
    Comprehensive guide for creating high-quality specialized agents following v2 architecture patterns. Use this skill when users need to design and implement new agents, understand agent architecture, or learn best practices for agent creation.
    1
    install
  34. Skill Creator · kimasplund bundle
    Guide for manually creating custom skills from scratch with templates and validation. Use when designing NEW skills with specific requirements. For auto-generating skills from existing git repos, use /generate-skills instead.
    1
    install
  35. Qavr Memory · kimasplund
    Q-Value Augmented Vector Retrieval for learned memory ranking. Tracks which memories are most useful over time and prioritizes them in retrieval.
    1
    install