← all publishers

alivirgo

@alivirgo source repo

392 published skills · page 3 of 4

  1. Draft Meeting Agendas · alivirgo
    How to generate high-efficiency, time-boxed meeting agendas with explicit decision criteria, pre-reads, and discussion ownership.
    0
    installs
  2. Early Exit Evaluation · alivirgo
    How autonomous debugging agents terminate exploratory searches immediately upon locating the first conclusive root-cause bug, cutting troubleshooting tokens by 60%.
    0
    installs
  3. Abbreviated Git Status · alivirgo
    How autonomous coding agents use short-format and porcelain git status flags to eliminate 85% of shell output token overhead while preserving exact branch and staging state.
    0
    installs
  4. Artifact Reuse Pattern · alivirgo
    How autonomous agents maintain single living state documents (implementation plans, walkthroughs) through in-place mutations rather than generating duplicate ephemeral files.
    0
    installs
  5. Ask AI To Audit Itself · alivirgo
    Leverage the Reflexion and Critic-Actor prompting patterns to force LLMs to self-correct logic errors, overlooked edge cases, and factual slips before final delivery.
    0
    installs
  6. Ask Short Answer First · alivirgo
    Master the Bottom Line Up Front (BLUF) prompting pattern to get the direct 2-line answer immediately, eliminating preamble fluff and saving reading time.
    0
    installs
  7. Boolean Flag Responses · alivirgo
    How to constrain diagnostic checks, compliance audits, and triage gates to single-token boolean/enum responses (TRUE/FALSE), cutting output tokens by 99%.
    0
    installs
  8. Compact Error Handling · alivirgo
    How to eliminate verbose, repetitive try-catch blocks in generated code by using multi-exception tuples, contextlib.suppress, and functional Result types, cutting error boilerplate by 60%.
    0
    installs
  9. Compact Status Updates · alivirgo
    How to use concise, structured tool metadata (toolAction, toolSummary) and 1-sentence milestone broadcasts instead of verbose conversational progress monologues, saving 90% of intermediary tokens.
    0
    installs
  10. Compressed JSON Repair · alivirgo
    How agent runtimes fix malformed LLM JSON outputs locally using deterministic parsing heuristics (jsonrepair, regex) rather than wasting expensive re-prompting roundtrips.
    0
    installs
  11. Head Tail Log Clipping · alivirgo
    How autonomous agents truncate massive terminal and build logs by retaining the first 20 lines (head) and last 40 lines (tail) while eliding the middle, eliminating 90% of log token bloat.
    0
    installs
  12. Highlight Action Items · alivirgo
    How to command AI to top-load next steps and action items at the very beginning of responses to ensure zero dropped tasks and instant execution.
    0
    installs
  13. In Place File Mutation · alivirgo
    Why autonomous coding agents must modify source files directly in-place using replace_file_content rather than creating temporary sidecar files (temp.py, new.ts), eliminating filesystem clutter and multi-turn cleanup overhead.
    0
    installs
  14. Inline Type Signatures · alivirgo
    How to enforce native language type hints (TypeScript syntax, Python PEP 484) while stripping duplicate JSDoc/Sphinx @param docstrings, eliminating 40% of signature token bloat.
    0
    installs
  15. JSON Minified Payloads · alivirgo
    How agent runtimes and tool callers serialize JSON payloads with compact single-line formatting (separators=(',', ':')), eliminating 40% of indentation whitespace tokens.
    0
    installs
  16. Minimal Diff Formatter · alivirgo
    How to format code changes using standard unified diffs (```diff with + and - lines) instead of full-file code blocks, cutting output token generation by 85% and improving developer review velocity.
    0
    installs
  17. Outline Before Writing · alivirgo
    How to use the Structural Outline Gate to lock in logical progression, prevent rambling drafts, and eliminate 80% of document rewriting.
    0
    installs
  18. Scratch File Isolation · alivirgo
    Why all temporary debug scripts, one-off AST refactorers, and test payloads must be quarantined inside a dedicated scratch/ directory, eliminating git status noise and test runner collisions.
    0
    installs
  19. System Prompt Minifier · alivirgo
    How to build and run an automated system prompt minifier that strips markdown comments, compresses redundant whitespace, and rewrites polite fluff into dense imperative grammar, cutting prompt size by 50%.
    0
    installs
  20. Tell AI What Not To Do · alivirgo
    How to use explicit Negative Constraints ('Do NOT use third-party libraries', 'Do NOT use passive voice') to prune hallucination paths and lock in exact specifications.
    0
    installs
  21. Tell AI When In A Rush · alivirgo
    How to trigger Emergency High-Velocity Mode for instant 3-second answers during live client meetings, outages, and negotiation standoffs.
    0
    installs
  22. Token Budget Allocator · alivirgo
    How agent runtimes enforce mathematical token quotas across system instructions, tool schemas, RAG context, and conversation history, preventing single-source context exhaustion.
    0
    installs
  23. Type Alias Compression · alivirgo
    How to extract repetitive nested generic signatures into clean top-level type aliases (type APIRes<T> = Promise<Result<T, AppError>>), cutting TypeScript/Python type annotation tokens by 45%.
    0
    installs
  24. Act As A Personal Tutor · alivirgo
    Transform any AI assistant into an interactive, step-by-step personal tutor that assesses prior knowledge, explains concepts in bite-sized chunks, and quizzes comprehension before advancing.
    0
    installs
  25. Ast Refactoring Scripts · alivirgo
    How autonomous agents generate and execute local Abstract Syntax Tree (AST) scripts (libcst, ts-morph, jscodeshift) for batch codebase migrations, eliminating 99% of token costs.
    0
    installs
  26. Binary File Suppression · alivirgo
    How autonomous coding agents detect and suppress raw binary, compiled, and media files from text context ingestion, preventing catastrophic context corruption and token overflow.
    0
    installs
  27. Concise Output Enforcer · alivirgo
    How to enforce strict negative output constraints to eliminate conversational preambles, post-implementation monologues, and discursive filler, slashing response tokens by 60%.
    0
    installs
  28. Exit Code Fast Checking · alivirgo
    How to evaluate CLI command success directly via process exit codes ($? == 0), suppressing thousands of lines of successful build/compilation stdout logs.
    0
    installs
  29. Give AI Direct Feedback · alivirgo
    How to use the 3-Part Direct Feedback Formula to steer AI outputs without vague trial-and-error or starting chats from scratch.
    0
    installs
  30. Inline Lambda Functions · alivirgo
    How to eliminate verbose multi-line helper boilerplate by using concise inline lambda expressions and arrow functions, cutting callback token generation by 55%.
    0
    installs
  31. Lazy Dependency Loading · alivirgo
    How autonomous coding agents rely on parametric knowledge first and fetch external SDK documentation Just-In-Time (JIT) only upon compiler or import failures, cutting upfront context bloat by 85%.
    0
    installs
  32. No Preamble Code Blocks · alivirgo
    How to enforce zero introductory throat-clearing ('Here is the code:') so responses start strictly on Line 1 with the code block or raw script, enabling direct CLI piping and saving output tokens.
    0
    installs
  33. Output Final Draft Only · alivirgo
    How to use strict negative formatting constraints to suppress conversational chit-chat ('Sure, here is...', 'Hope this helps!') for 1-click copy-pasting and script automation.
    0
    installs
  34. Semantic Key Shortening · alivirgo
    How to use standardized, universally understood abbreviations (src, dst, err, req, res, fn, qty) in JSON schemas and structured outputs to cut payload token consumption by 55%.
    0
    installs
  35. Summarized RAG Memories · alivirgo
    How to compress retrieved vector/RAG document chunks into 3-bullet atomic facts before injecting them into frontier LLM context, cutting RAG token bloat by 85%.
    0
    installs
  36. Token Bounded Summaries · alivirgo
    How to constrain operational, PR, and milestone summaries to a strict 50-token ceiling ([ACTION] -> [CHANGE] -> [STATUS]), eliminating 400-word narrative essays and cutting output tokens by 88%.
    0
    installs
  37. Add Your Own Human Voice · alivirgo
    Techniques and prompt frameworks to eliminate robotic AI clichés, infuse authentic personal voice, and blend human perspective with AI synthesis.
    0
    installs
  38. Ask AI Confidence Rating · alivirgo
    Prompt patterns to extract calibrated confidence scores, identify hidden assumptions, and flag low-certainty claims before making critical decisions.
    0
    installs
  39. Ask AI To Check Its Math · alivirgo
    Techniques to eliminate arithmetic hallucinations by enforcing Chain-of-Thought scratchpads, explicit order-of-operations steps, and programmatic Python execution.
    0
    installs
  40. Ask What Info Is Missing · alivirgo
    How to use Context Gap Discovery and the Interview-Me pattern to stop AI from hallucinating missing variables and uncover blind spots.
    0
    installs
  41. Batch API Job Processing · alivirgo
    How to route non-interactive workloads (evaluations, mass refactoring audits, dataset generation) through Anthropic and OpenAI Asynchronous Batch APIs to cut token bills 50%.
    0
    installs
  42. Compact YAML Frontmatter · alivirgo
    How to design lean, high-density YAML frontmatter for documentation, skills, and RAG knowledge bases, eliminating 70% of header token bloat.
    0
    installs
  43. Cross Check Legal Advice · alivirgo
    How to safely use AI for legal issue-spotting, contract clause translation, and preparing targeted questions for licensed legal counsel.
    0
    installs
  44. Dense Shorthand Notation · alivirgo
    How to use high-density symbolic operators (->, =>, |, ::, !) to compress complex business logic, state machines, and system rules, reducing prompt tokens by 65%.
    0
    installs
  45. Flag Missing Facts First · alivirgo
    How to command AI to conduct a Pre-Flight Information Audit and request missing data before attempting to solve complex problems.
    0
    installs
  46. Huggingface Transformers · alivirgo
    Operational skill for Hugging Face Transformers: pipelines, tokenizers, fine-tuning, and inference with AutoModel APIs.
    0
    installs
  47. Keep Instructions Direct · alivirgo
    Why leading with precise imperative action verbs ('Refactor', 'Audit', 'Synthesize') maximizes model attention and eliminates preamble fluff.
    0
    installs
  48. Lint Auto Fix Delegation · alivirgo
    How autonomous coding agents delegate formatting, unused imports, and styling rules to local linters (ruff, biome, eslint --fix) rather than wasting LLM tokens on manual syntax fixes.
    0
    installs
  49. Max Tokens Ceiling Guard · alivirgo
    How to clamp max_tokens parameter to task-specific budgets (1 to 300 tokens) rather than defaulting to 4,096, preventing runaway generation loops and capping financial exposure.
    0
    installs
  50. Proofread Before Sending · alivirgo
    How to use AI as an objective Emotional Tone & Subtext Auditor to catch unintended passive-aggression, defensiveness, or submissive phrasing before hitting send.
    0
    installs
  51. Remember AI Cutoff Dates · alivirgo
    How to prevent obsolete code, deprecated APIs, and outdated tax advice by enforcing Temporal Grounding and live web search triggers.
    0
    installs
  52. Selective Grep Filtering · alivirgo
    How to use precise filetype globs (Includes: ['src/**/*.ts', '!**/*.test.ts']) and literal string matching to eliminate 90% of search noise and false-positive matches.
    0
    installs
  53. Set A Word Count Ceiling · alivirgo
    How to enforce hard word ceilings ('under 60 words', 'max 3 sentences') to eliminate fluff, boost readability, and slash token costs.
    0
    installs
  54. Skip Polite Filler Words · alivirgo
    Why stripping polite filler words ('Please', 'Hello', 'Could you kindly') saves input tokens, eliminates conversational skew, and sharpens response quality.
    0
    installs
  55. Stop Sequence Truncation · alivirgo
    How to configure custom stop sequences (stop: ['\\n\\n', '```\\n', '---']) at the inference sampler layer to terminate generation instantly upon deliverable completion, cutting trailing tokens by 50%.
    0
    installs
  56. Stop Wrong Answers Early · alivirgo
    Why hitting 'Stop Generating' within 3 seconds of a misdirected response saves tokens, eliminates context poisoning, and speeds up workflow.
    0
    installs
  57. Symbol Declaration Index · alivirgo
    How to generate and query compact 1-line symbol indexes (tags / symbols.tsv) using Tree-sitter and Universal Ctags, enabling instant symbol localization without multi-file text scans.
    0
    installs
  58. Tell AI Your Time Budget · alivirgo
    How to anchor prompts with explicit execution time limits ('I have 10 minutes before a demo' vs 'I have 2 days') to get calibrated solutions.
    0
    installs
  59. Token Efficient Markdown · alivirgo
    How to format markdown documentation, tables, and artifacts with high structural density, eliminating decorative ASCII dividers, padded table spaces, and multi-newline whitespace bloat.
    0
    installs
  60. Use Plain Text Over Pdfs · alivirgo
    Why extracting and pasting clean plain text or Markdown beats raw PDF uploads by eliminating OCR latency, visual token bloat (up to 80% savings), and table scrambling.
    0
    installs
  61. Zero Boilerplate Imports · alivirgo
    How to eliminate redundant import blocks when displaying localized code patches and diffs, relying on existing file imports and automated CLI import sorters.
    0
    installs
  62. Zero Cat Bash Prevention · alivirgo
    Why autonomous agents must use structured native file viewing tools (view_file) rather than terminal shell commands (cat, type, Get-Content), enabling 1-indexed line numbering and slice bounding.
    0
    installs
  63. Ask How To Improve Prompt · alivirgo
    Turn the AI into an expert Prompt Engineer to critique your instructions, fill missing context gaps, and generate reusable high-performance prompt templates.
    0
    installs
  64. Compressed System Prompts · alivirgo
    How to refactor wordy, repetitive system prompts into high-density imperative token structures, cutting baseline system prompt costs by 70% while improving instruction adherence.
    0
    installs
  65. Context Pruning Directive · alivirgo
    How agent runtimes dynamically prune stale tool outputs, dead build logs, and historical turns to eliminate quadratic token growth ($O(N^2)$) and prevent attention degradation.
    0
    installs
  66. Deduplicated File Caching · alivirgo
    How agent runtimes intercept redundant file reads within the same conversation trajectory using mtime and SHA-256 hash checks, eliminating 40% of duplicate context ingestion tokens.
    0
    installs
  67. Draft Multiple Variations · alivirgo
    How to prompt for high-contrast variations using psychological angles (Curiosity, Direct Benefit, Urgency, Counter-Intuitive) rather than synonym swaps.
    0
    installs
  68. Give AI Situation Context · alivirgo
    How to anchor prompts with the 4-Pillar Situation Framework (Role, Scale, Budget, Constraints) to stop AI from over-engineering or giving irrelevant advice.
    0
    installs
  69. Line Bounded File Reading · alivirgo
    How autonomous coding agents use StartLine and EndLine parameters to read targeted 30-to-50 line slices rather than unbounded 2,000-line files, eliminating 90% of file ingestion tokens.
    0
    installs
  70. Logit Bias Token Steering · alivirgo
    How to apply logit_bias parameters at the transformer sampling layer to mathematically force 1-token boolean/enum decisions and ban conversational filler words, cutting output tokens by 99%.
    0
    installs
  71. Minimal Artifact Metadata · alivirgo
    How to structure high-density ArtifactMetadata fields (Summary, UserFacing, RequestFeedback) during artifact creation and editing, cutting metadata overhead by 80%.
    0
    installs
  72. No Redundant Type Casting · alivirgo
    How to eliminate redundant type assertions (as unknown as T) and defensive coercion wrapping (str(str(x)), Boolean(y === true)), cutting code generation token bloat by 30%.
    0
    installs
  73. No Vendor Directory Scans · alivirgo
    How agent tools and recursive search crawlers enforce strict glob exclusion on vendor directories (node_modules, venv, target, dist, .git), preventing catastrophic 80,000-token context floods.
    0
    installs
  74. One Shot Subagent Prompts · alivirgo
    How orchestrator agents formulate comprehensive, self-contained task prompts for child subagents (Task, Boundaries, Stop Conditions, Return Schema), eliminating 75% of multi-turn clarification ping-pongs.
    0
    installs
  75. Reactive Wakeup Signaling · alivirgo
    Why autonomous agents must rely on event-driven runtime wakeups instead of polling status loops (manage_task status) while waiting for background jobs, eliminating 95% of waiting token waste.
    0
    installs
  76. Ripgrep Over Grep Command · alivirgo
    Why autonomous agents must use structured native code search tools (grep_search) rather than terminal shell commands (grep -rn), eliminating ANSI formatting noise and capping match overflows.
    0
    installs
  77. Simple Understanding Quiz · alivirgo
    How to use the Testing Effect and Active Retrieval practice to diagnose knowledge gaps, eliminate illusions of competence, and lock in concepts.
    0
    installs
  78. Single Pass Multi Replace · alivirgo
    How to edit multiple separated blocks across a single file in one atomic turn using multi_replace_file_content, eliminating line-drift offset errors and cutting edit roundtrips by 70%.
    0
    installs
  79. Targeted Line Range Edits · alivirgo
    How to apply precise line-bounded code edits using replace_file_content ([StartLine, EndLine] windowing) rather than rewriting complete 500-line files, cutting edit output tokens by 95%.
    0
    installs
  80. Write Step By Step How To · alivirgo
    How to generate bulletproof Standard Operating Procedures (SOPs) and technical tutorials with exact click paths, expected visual results, and failure troubleshooting.
    0
    installs
  81. Avoid Rephrasing Good Text · alivirgo
    How to perform surgical edits on awkward sentences without destroying your authentic voice, personal humor, or working copy.
    0
    installs
  82. Bullet Point Summary First · alivirgo
    How to extract high-yield, action-oriented bullet summaries from long documents, meetings, and articles using the 3-Bullet Digest framework.
    0
    installs
  83. Cached System Instructions · alivirgo
    How to structure hierarchical, immutable system instructions to maximize KV-cache hits on Anthropic and OpenAI, slashing Time-to-First-Token (TTFT) by 80% and input costs by 90%.
    0
    installs
  84. Incremental Diff Ingestion · alivirgo
    How autonomous agents use compact unified git diffs (git diff -U3, git diff @{u}..HEAD) instead of full-file ingestion for PR reviews and commit audits, reducing review tokens by 90%.
    0
    installs
  85. Lm Studio Local Offloading · alivirgo
    How autonomous engineering systems route mechanical sub-tasks (git commits, log triage, unit test boilerplate) to local GGUF models via LM Studio/Ollama, cutting cloud API spend by 60%.
    0
    installs
  86. No Polite Chitchat Closing · alivirgo
    How to eliminate conversational closing signatures ('Hope this helps!', 'Let me know if you have questions!') to save output tokens and terminate turns immediately upon deliverable completion.
    0
    installs
  87. Openapi Endpoint Filtering · alivirgo
    How autonomous agents slice monolithic 10,000-line OpenAPI/Swagger specifications down to operation-targeted sub-schemas, eliminating 99% of API specification token bloat.
    0
    installs
  88. Verify Names And Locations · alivirgo
    Why proper nouns, addresses, and job titles are the #1 source of AI hallucinations, and how to use the 4-Point Entity Verification Ladder to prevent embarrassing mistakes.
    0
    installs
  89. Compare Two Products Fairly · alivirgo
    How to use Symmetrical Head-to-Head prompting to compare software, hardware, or tools objectively with transparent pricing and fatal flaw analysis.
    0
    installs
  90. Fill In Missing Assumptions · alivirgo
    How to use Assumption Surfacing and Sensitivity Analysis to uncover silent presuppositions, prevent architectural failure, and stress-test recommendations.
    0
    installs
  91. Flag Speculative Statements · alivirgo
    How to use Epistemic Tagging ([FACT], [HEURISTIC], [SPECULATION]) to force AI to visibly separate verified truths from estimates and predictions.
    0
    installs
  92. Gitignore Respecting Search · alivirgo
    How autonomous agents use gitignore-aware search engines (ripgrep) to automatically exclude node_modules, build artifacts, and vendor directories, eliminating 95% of search noise.
    0
    installs
  93. Header Only C Cpp Ingestion · alivirgo
    How autonomous agents inspect .h/.hpp header files first to understand class contracts and struct layouts before reading heavy .cpp implementation files, slashing C++ context token spend by 85%.
    0
    installs
  94. Multi Tool Batch Invocation · alivirgo
    How autonomous agents emit multiple independent tool calls in a single turn (tool_calls array), enabling parallel execution via Promise.all and slashing turn roundtrips by 70%.
    0
    installs
  95. One Sentence Elevator Pitch · alivirgo
    How to force AI to condense complex apps, startups, and initiatives into a crystal-clear, 1-sentence elevator pitch using the XY Positioning Formula.
    0
    installs
  96. Regex One Liner Refactoring · alivirgo
    How to replace 20-line procedural character-by-character parsing loops with concise, compiled Regular Expressions, reducing string manipulation code size by 75%.
    0
    installs
  97. Single Line Error Summaries · alivirgo
    How to condense 100-line stack traces into structured single-line root cause statements (🚨 [FAIL: file:line] ErrorType: Message), slashing error reporting tokens by 95%.
    0
    installs
  98. Skip Explaining The Obvious · alivirgo
    How to suppress introductory 101 definitions and force AI to assume senior domain competence, saving tokens and reading time.
    0
    installs
  99. Standard Library Preference · alivirgo
    How to leverage modern built-in standard library utilities (functools, structuredClone, crypto.randomUUID, itertools) instead of writing custom helper boilerplate or pulling in heavy third-party dependencies.
    0
    installs
  100. Start Fresh Chat New Topics · alivirgo
    Why long-running mega-threads cause context pollution, latency spikes, and hallucinations, and how to use the State Handoff Pattern to reset cleanly.
    0
    installs