← all publishers

alivirgo

@alivirgo source repo

392 published skills · page 4 of 4

  1. Structure Weekly To Do List · alivirgo
    How to parse a chaotic brain dump into a sustainable 5-day Thematic Sprint with morning deep-work blocks and energy-calibrated task distribution.
    0
    installs
  2. Token Usage Monitoring Hook · alivirgo
    How to implement client-side middleware hooks to meter per-turn input/output tokens in real-time, alerting on consumption spikes and enforcing session budget caps.
    0
    installs
  3. Tree Sitter Scope Extractor · alivirgo
    How to use Tree-sitter concrete syntax trees to extract strictly the enclosing function or class scope (+ imports) for a target line, cutting file inspection tokens by 90%.
    0
    installs
  4. Write Polite Tough Feedback · alivirgo
    How to deliver tough, critical performance feedback without triggering defensiveness or resorting to confusing 'feedback sandwiches', using the Situation-Behavior-Impact (SBI) model.
    0
    installs
  5. Ask AI To Show Its Reasoning · alivirgo
    Prompt patterns to extract transparent, first-principles logic, trade-off comparisons, and elimination criteria behind any AI recommendation.
    0
    installs
  6. Be Specific Instead Of Vague · alivirgo
    How to replace vague prompts with the 5-Variable Precision Formula to eliminate generic fluff, hit exact requirements, and get one-shot perfection.
    0
    installs
  7. Check Code For Obvious Flaws · alivirgo
    How to run the 5-point Zero-Trust code audit to catch hallucinated package APIs, security leaks, unhandled exceptions, and edge-case crashes before running in production.
    0
    installs
  8. Copy Relevant Paragraph Only · alivirgo
    How to use Context Sniping to prevent 'Lost-in-the-Middle' attention degradation, save input tokens, and get laser-accurate answers from long documents.
    0
    installs
  9. Dont Repaste Entire Document · alivirgo
    How to maintain clean conversation context, leverage conversational memory, and avoid re-uploading large documents for micro-edits.
    0
    installs
  10. Reuse Saved Prompt Templates · alivirgo
    How to build and maintain a parameterized Personal Prompt Library in Raycast, Obsidian, or TextExpander to save 30 minutes of typing every day.
    0
    installs
  11. Specify High Precision Needs · alivirgo
    How to trigger maximum model rigor, deterministic reasoning, and zero-extrapolation constraints for audits, compliance, and safety-critical tasks.
    0
    installs
  12. Subagent Transcript Indexing · alivirgo
    How orchestrator agents query historical child subagent transcripts locally using ripgrep on structured JSONL logs, eliminating 98% of multi-agent context replay tokens.
    0
    installs
  13. Temperature Zero Determinism · alivirgo
    Why code generation, tool calling, and structured JSON extractions must always execute at temperature: 0.0 (greedy decoding), eliminating stochastic hallucinations and compiler retry loops.
    0
    installs
  14. Ternary Operator Utilization · alivirgo
    How to condense 6-line mutable if/else blocks into single-line ternary expressions and nullish coalescing operators (condition ? a : b, a ?? b), cutting conditional statement tokens by 55%.
    0
    installs
  15. Zero Explanation Refactoring · alivirgo
    How to deliver pure executable code blocks and unified diffs with zero conversational commentary during automated refactoring tasks, enabling direct IDE parsing and cutting output tokens by 65%.
    0
    installs
  16. Beware Of Hallucinated Quotes · alivirgo
    How to prevent and detect apocryphal AI quotations, fabricated book titles, and hallucinated academic citations before publishing.
    0
    installs
  17. Cached Tool Permission Grants · alivirgo
    How to configure session-scoped tool permission caching and auto-approval policies to eliminate human-in-the-loop modal stalls and permission error loops.
    0
    installs
  18. Cite Specific Section Numbers · alivirgo
    How to enforce Section-Anchored Citations when analyzing manuals, legal contracts, and compliance policies to make every AI claim instantly verifiable.
    0
    installs
  19. Dont Summarize Without A Goal · alivirgo
    Why generic 'summarize this' prompts produce low-signal fluff, and how to use Goal-Directed Extraction to pull exact decision criteria.
    0
    installs
  20. Double Check AI Math Manually · alivirgo
    How to use the 3-Tier Math Verification Ladder to protect invoices, cap tables, tax calculations, and loan estimates from silent AI arithmetic errors.
    0
    installs
  21. GRAPHQL Introspection Trimmer · alivirgo
    How autonomous agents prune full GraphQL Introspection schemas and SDL dumps down to operation-targeted subgraphs, eliminating 90% of API context token bloat.
    0
    installs
  22. Gzip Compressed HTTP Payloads · alivirgo
    How agent client SDKs and MCP runtime bridges compress large conversation JSON payloads using gzip and zstd, slashing network transfer latency and socket timeouts by 80%.
    0
    installs
  23. Never Paste Private Passwords · alivirgo
    The essential security protocol for protecting API keys, passwords, credit card numbers, and PII from leaking into AI logs, training queues, and shared chats.
    0
    installs
  24. Simplify Legal Contract Terms · alivirgo
    How to extract and translate the 5 most dangerous commercial contract clauses (Auto-Renewal, Liability Caps, IP Assignment, Price Increases, Termination Fees) into plain English.
    0
    installs
  25. Suppress Verbose Build Output · alivirgo
    How to use native quiet flags (--silent, -q) and stream redirection (> /dev/null, | Out-Null) on package installations and builds, eliminating 99% of stdout progress bar token pollution.
    0
    installs
  26. Use Good Answers As Templates · alivirgo
    How to use previous high-performing AI responses as 1-shot structural templates to enforce 100% formatting, tone, and depth consistency across new topics.
    0
    installs
  27. Ask AI To Repeat Understanding · alivirgo
    How to use the Intent Echo & Alignment pattern to prevent wasted tokens, hallucinated scopes, and misaligned deliverables on complex tasks.
    0
    installs
  28. Ask For Alternative Viewpoints · alivirgo
    Techniques to eliminate echo-chamber bias and user sycophancy by forcing AI to steel-man opposing viewpoints, stress-test premises, and simulate adversarial stakeholders.
    0
    installs
  29. Ask For Tables Over Paragraphs · alivirgo
    How to enforce structured Markdown tables to cut token consumption by 50%, eliminate narrative fluff, and produce instantly scannable, copy-pasteable data.
    0
    installs
  30. Batch Small Questions Together · alivirgo
    How grouping related micro-queries into a single prompt eliminates quadratic context buildup, reduces API costs by up to 75%, and cuts round-trip wait times.
    0
    installs
  31. Brainstorm Presentation Angles · alivirgo
    How to use AI to generate 4 distinct narrative hooks and opening angles for keynotes, executive pitches, and all-hands presentations.
    0
    installs
  32. Break Big Questions Into Steps · alivirgo
    How to apply Task Decomposition to eliminate context saturation, prevent hallucination cascades, and build complex projects incrementally.
    0
    installs
  33. Browser Subagent Task Bounding · alivirgo
    How to constrain browser subagents with deterministic stop conditions, step ceilings (max 5-8 steps), and selector-targeted DOM extraction to prevent runaway token costs and infinite navigation loops.
    0
    installs
  34. Comment Stripping Preprocessor · alivirgo
    How to strip redundant license headers, dead commented-out code, and verbose docstrings from source files before LLM ingestion, reducing input tokens by 40%.
    0
    installs
  35. Convert Voice Memos To Bullets · alivirgo
    How to process spoken dictation and audio transcripts, eliminate disfluencies and rambling, and extract structured executive notes.
    0
    installs
  36. Draft Emails With Placeholders · alivirgo
    How to use the Modular Bracketed Placeholder Pattern to create reusable, mistake-proof email templates for sales, client follow-ups, and executive updates.
    0
    installs
  37. Generate Social Media Captions · alivirgo
    How to prompt for high-engagement, platform-native social media copy across LinkedIn, X/Twitter, and Instagram without robotic AI clichés or emoji spam.
    0
    installs
  38. List Comprehension Compression · alivirgo
    How to replace verbose multi-line procedural accumulator loops with high-density Python list/dict comprehensions and functional pipelines, cutting loop token overhead by 60%.
    0
    installs
  39. Prioritize Urgent Vs Important · alivirgo
    How to use AI to triage chaotic daily to-do lists into the 4 Eisenhower Quadrants (Do First, Schedule, Delegate, Eliminate) for maximum daily leverage.
    0
    installs
  40. Schema Pruned Function Calling · alivirgo
    How to strip redundant descriptions, uncalled optional parameters, and unused tool definitions from agent JSON schemas, cutting baseline tool-calling token overhead by 65%.
    0
    installs
  41. Scripted Formatting Delegation · alivirgo
    How autonomous coding agents delegate codebase-wide indentation, line-wrapping, and styling to local deterministic formatters (prettier, ruff, gofmt) rather than burning LLM tokens on reformatting.
    0
    installs
  42. Single Command Script Chaining · alivirgo
    How to chain setup, build, and verification commands into atomic single-turn compound executions (&&, ;, |), slashing API roundtrips and conversation context accumulation by 80%.
    0
    installs
  43. Sliding Window Chat Truncation · alivirgo
    How agent runtimes enforce a 3-zone sliding window (Immutable Anchor, Compressed Milestone Summary, Active Sliding Buffer) to keep conversation context bounded under 12,000 tokens across 100+ turns.
    0
    installs
  44. Speculative Decoding Prompting · alivirgo
    How to structure prompts and utilize Predicted Outputs (OpenAI/vLLM) to maximize speculative draft token acceptance rates, speeding up code generation by 3x at zero cost.
    0
    installs
  45. Structured Outputs Strict Mode · alivirgo
    How to use OpenAI and Gemini Strict Mode (strict: true) and CFG-guided decoding (Pydantic/Zod) to guarantee 100% schema adherence, eliminating markdown wrapping and JSON parse retries.
    0
    installs
  46. Always Verify Numbers And Links · alivirgo
    Why LLMs hallucinate statistics, phone numbers, and URLs, and how to enforce grounding, external verification, and tool-assisted calculations.
    0
    installs
  47. Avoid Duplicate System Messages · alivirgo
    How to consolidate fragmented system instructions into a single static cacheable header, maximizing Anthropic and OpenAI prompt cache hit rates and cutting input token costs by 90%.
    0
    installs
  48. Dont Trust AI Medical Diagnoses · alivirgo
    How to safely use AI for medical literacy, lab test vocabulary translation, and doctor appointment preparation while strictly avoiding self-diagnosis traps.
    0
    installs
  49. Specify Preferred Writing Style · alivirgo
    How to move beyond vague style adjectives by defining Tone, Information Density, and Sentence Cadence across 5 standard professional style presets.
    0
    installs
  50. Beware Of AI Recommendation Bias · alivirgo
    How to neutralize pre-training data bias, SEO affiliate spam influence, and brand popularity bias when evaluating software, hardware, and vendors.
    0
    installs
  51. Build Your AI Common Sense Habit · alivirgo
    The foundational 5-pillar operating system for using generative AI with maximum efficiency, zero hallucination risk, and 10x leverage.
    0
    installs
  52. Format Data To Copy Paste Tables · alivirgo
    How to use AI as an instant ETL engine to parse messy raw text, emails, and receipts into clean, spreadsheet-ready TSV/CSV tables.
    0
    installs
  53. Silent Background Task Execution · alivirgo
    How autonomous agents launch long-running compilation, server, and test processes asynchronously (WaitMsBeforeAsync, IsDaemon) without blocking chat turns or polling.
    0
    installs
  54. State Your Goal Not Just Command · alivirgo
    How to avoid the classic XY Problem by explaining the ultimate business or technical outcome you want, unlocking simpler and higher-leverage solutions.
    0
    installs
  55. Treat AI Answers As First Drafts · alivirgo
    How to use AI to conquer the blank page (0 to 80% in 30 seconds) while applying the 4-step Human Finishing Pass to reach 100% polish and authenticity.
    0
    installs
  56. Use Fast Models For Quick Checks · alivirgo
    How to route tasks between Fast/Small models (Haiku, Flash, GPT-4o-mini) and Heavy/Frontier models (Sonnet, GPT-4o, o1) to cut costs 90% and slash latency.
    0
    installs
  57. Clean Messy Notes To Action Items · alivirgo
    How to parse chaotic brain dumps and meeting notes into structured [WHO] - [WHAT] - [BY WHEN] action items, decisions, and follow-ups.
    0
    installs
  58. Combine Human Speed With AI Scale · alivirgo
    How to operate as an elite Centaur/Cyborg operator by delegating heavy synthesis and drafting to AI while retaining human taste, strategy, and judgment.
    0
    installs
  59. Keep Sensitive Financials Private · alivirgo
    How to use synthetic substitution and mathematical scaling to analyze financial models, P&L sheets, and cap tables without leaking confidential numbers.
    0
    installs
  60. Learn New Skills Ten Times Faster · alivirgo
    How to combine the Pareto Principle (80/20 rule) and the Feynman Technique to master complex software, skills, and subjects in record time.
    0
    installs
  61. Save Favorite Prompts Cheat Sheet · alivirgo
    How to organize and maintain a 1-page high-leverage prompt cheat sheet for instant copy-pasting across daily work tasks.
    0
    installs
  62. Summarize Meetings Into Decisions · alivirgo
    How to extract high-signal Decision Records and rationale from messy meeting transcripts, filtering out 90% of chronological conversational chatter.
    0
    installs
  63. Talk Like To A Smart Ten Year Old · alivirgo
    How to use the ELI10 mental model framework to demystify complex technical, financial, and scientific concepts without childish condescension or dense jargon.
    0
    installs
  64. Think Of AI As A Junior Assistant · alivirgo
    Why treating AI as a brilliant but inexperienced junior intern - fast and knowledgeable, but requiring explicit guardrails and final QA - maximizes leverage.
    0
    installs
  65. Translate Jargon To Plain English · alivirgo
    How to translate dense legal, medical, financial, and technical jargon into actionable plain English with the 'So What?' operational impact framework.
    0
    installs
  66. Use Bolding And Bullet Formatting · alivirgo
    How to use bold key-value anchors (**Constraint**: Value) and bullet hierarchies to maximize transformer attention weights and prevent skipped instructions.
    0
    installs
  67. Use Voice Typing For Fast Prompts · alivirgo
    How to use voice dictation (150 WPM vs 40 WPM typing) to eliminate context starvation and provide rich, nuanced background in seconds.
    0
    installs
  68. Try Different Angles If First Fails · alivirgo
    How to escape conversational deadlocks and unhelpful AI loops using 4 proven Prompt Pivot strategies (Persona, Inversion, Decomposition, Exemplar).
    0
    installs
  69. Turn Complaints Into Polite Replies · alivirgo
    How to de-escalate furious customers and protect brand reputation using the 4-part HEAR framework (Hear, Empathize, Action, Reassure).
    0
    installs
  70. Agentic Token Efficiency Master Rule · alivirgo
    The definitive operational architecture governing zero-waste token utilization, surgical context management, and latency minimization for autonomous AI coding agents.
    0
    installs
  71. Keep Instructions Friendly And Clear · alivirgo
    How to use Markdown headers, bullet hierarchies, and XML delimiters to prevent instructions from bleeding into context data.
    0
    installs
  72. Break Complex Projects Into Milestones · alivirgo
    How to use AI to generate structured Work Breakdown Structures (WBS), 4-week critical path roadmaps, and verifiable milestone deliverables.
    0
    installs
  73. Dbt · alivirgo
    Operational skill for dbt: models, refs, tests, docs, and analytics engineering workflows on warehouses.
    0
    installs
  74. Ftk · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Exterro FTK (Forensic Toolkit), Distributed Processing Engine (DPE), FTK Imager CLI, and KFF hash filtering.
    0
    installs
  75. N8n · alivirgo
    Operational skill for Claude to automate n8n workflows via REST API, nodes, credentials, webhooks, and expression-safe data mapping.
    0
    installs
  76. Helm · alivirgo
    Operational skill for packaging and deploying Kubernetes applications with Helm charts, values overrides, hooks, dependencies, and release rollbacks.
    0
    installs
  77. Jira · alivirgo
    Operational skill for Jira: issue fields, JQL, workflows, automation hygiene, sprint practices, and REST API bulk updates.
    2
    installs
  78. Qgis · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize QGIS, PyQGIS Python API, qgis_process CLI, GDAL/OGR drivers, and PostGIS geodatabases.
    0
    installs
  79. Snyk · alivirgo
    Operational skill for Snyk: Open Source SCA, container/IaC scans, fixing via PRs, ignore policies, and CI gate tuning.
    0
    installs
  80. Asana · alivirgo
    Operational skill for Asana: projects, tasks, sections, custom fields, rules, and API automation without notification spam.
    0
    installs
  81. Bruno · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Bruno API Client, Bru markup language (.bru), CLI runner (@usebruno/cli), and CI/CD test pipelines.
    0
    installs
  82. Catia · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Dassault Systèmes CATIA V5 & 3DEXPERIENCE, CAA/COM Automation, Generative Shape Design (GSD), and PLM assemblies.
    0
    installs
  83. Figma · alivirgo
    Operational skill for Claude to automate Figma via Plugin API, REST API, variables, components, and design-token export pipelines.
    0
    installs
  84. Flask · alivirgo
    Operational skill for Flask: app factories, blueprints, request context, Jinja/JSON APIs, extensions, and pytest testing patterns.
    0
    installs
  85. Godot · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Godot 4.x, GDScript 2.0, SceneTree node architectures, physics servers, and headless CI/CD export pipelines.
    0
    installs
  86. Horos · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Horos DICOM viewer, PACS networking (C-STORE/C-FIND/C-MOVE), DCMTK pipelines, and Objective-C plugins.
    0
    installs
  87. Kafka · alivirgo
    Operational skill for Apache Kafka: topics, partitions, producers/consumers, consumer groups, offsets, and lag monitoring caveats.
    0
    installs
  88. Kicad · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize KiCad, Pcbnew Python API, kicad-cli toolchain, custom design rules, and automated fabrication pipelines.
    0
    installs
  89. Maccy · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize Maccy, NSPasteboard changeCount polling, Secure Input locks, CoreData storage, and simulated paste events.
    0
    installs
  90. Mysql · alivirgo
    Operational skill for agents to administer MySQL/MariaDB - schema design, indexes, dumps, users/grants, replication basics, and safe migrations.
    0
    installs
  91. Nginx · alivirgo bundle
    Comprehensive operational skill specification for Anthropic Claude to automate, configure, troubleshoot, and optimize Nginx web server, reverse proxying, SSL/TLS termination, rate limiting, and upstream load balancing.
    0
    installs
  92. Nomad · alivirgo
    Operational skill for agents to schedule workloads with HashiCorp Nomad - jobspecs, task groups, networking, variables, and rollout strategies.
    0
    installs