← all publishers

OKHP3

@okhp3 source repo

312 published skills · page 1 of 4

  1. Lsp Docs · okhp3
    Three-tier documentation lookup for any symbol — hover → offline toolchain doc → source definition. Use when hover text is absent, insufficient, or the symbol is in an unindexed dependency.
    0
    installs
  2. Lsp Refactor · okhp3 bundle
    End-to-end safe refactor workflow — blast-radius analysis, speculative preview, apply to disk, verify build, run affected tests. Inlines lsp-impact + lsp-safe-edit + lsp-verify + lsp-test-correlation into one coordinated sequence.
    0
    installs
  3. Scoutqa Test · okhp3
    This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.
    0
    installs
  4. Lsp Dead Code · okhp3 bundle
    Enumerate exported symbols in a file and surface those with zero references across the workspace. Use when auditing for dead code, cleaning up APIs, or checking which exports are safe to remove.
    0
    installs
  5. Refactor Plan · okhp3
    Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.
    0
    installs
  6. Theme Factory · okhp3 bundle
    Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
    0
    installs
  7. Webapp Testing · okhp3 bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    0
    installs
  8. Audit Integrity · okhp3 bundle
    Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-reflection quality gates (1-10 scoring, ≥8 threshold), and a self-learning system with lesson/memory governance for security analysis agents.
    0
    installs
  9. Secret Scanning · okhp3 bundle
    Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging alerts, resolving blocked pushes, or when an agent needs to scan code for secrets before committing.
    0
    installs
  10. Security Review · okhp3 bundle
    AI-powered codebase security scanner that reasons about code like a security researcher — tracing data flows, understanding component interactions, and catching vulnerabilities that pattern-matching tools miss. Use this skill when asked to scan code for security vulnerabilities, find bugs, check for SQL injection, XSS, command injection, exposed API keys, hardcoded secrets, insecure dependencies, access control issues, or any request like "is my code secure?", "review for security issues", "audit this codebase", or "check for vulnerabilities". Covers injection flaws, authentication and access control bugs, secrets exposure, weak cryptography, insecure dependencies, and business logic issues across JavaScript, TypeScript, Python, Java, PHP, Go, Ruby, and Rust.
    0
    installs
  11. Lsp Architecture · okhp3
    > Requires the agent-lsp MCP server.
    0
    installs
  12. Incident Postmortem · okhp3
    Use when an outage, production incident, or significant service degradation has occurred and the team needs to write a structured blameless post-mortem. Triggers on phrases like "write a post-mortem", "incident review", "what went wrong", "outage report", "root cause analysis", or "RCA". Covers timeline reconstruction, contributing factor analysis, impact quantification, and action item generation with owners.
    0
    installs
  13. Efcore D2 DB Diagram · okhp3 bundle
    Generate D2 database diagrams from Entity Framework Core models. USE FOR: EF Core database diagram, Entity Framework Core ERD, DbContext diagram, C# entity relationship diagram, PostgreSQL schema visualization, generate .d2 file from EF Core entities, Fluent API mapping diagram, migrations-based database diagram, table relationships, owned types, many-to-many join tables, indexes and constraints. DO NOT USE FOR: runtime debugging, database migration execution, schema deployment, SQL performance tuning, or draw.io diagrams.
    0
    installs
  14. Lsp Test Correlation · okhp3
    Find and run the tests that cover a source file. Use after editing a file to discover exactly which test files and test functions need to run — without running the entire test suite.
    0
    installs
  15. Threat Model Analyst · okhp3 bundle
    Full STRIDE-A threat model analysis and incremental update skill for repositories and systems. Supports two modes: (1) Single analysis — full STRIDE-A threat model of a repository, producing architecture overviews, DFD diagrams, STRIDE-A analysis, prioritized findings, and executive assessments. (2) Incremental analysis — takes a previous threat model report as baseline, compares the codebase at the latest (or a given commit), and produces an updated report with change tracking (new, resolved, still-present threats), STRIDE heatmap, findings diff, and an embedded HTML comparison. Only activate when the user explicitly requests a threat model analysis, incremental update, or invokes /threat-model-analyst directly.
    0
    installs
  16. Web Artifacts Builder · okhp3 bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
    0
    installs
  17. C4 Codebase Architecture · okhp3
    Helps an agent inspect a repository and produce C4 architecture documentation. Use this when reverse engineering a codebase, documenting system context, containers, components, or clarifying architecture from code and infrastructure.
    0
    installs
  18. Data Breach Blast Radius · okhp3 bundle
    Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data Breach Report (annually updated). All citations in references/SOURCES.md for verification. Use when asked: "assess breach impact", "what data could be exposed", "calculate blast radius", "data exposure analysis", "how bad would a breach be", "quantify data risk", "sensitive data inventory", "data flow security audit", "pre-breach assessment", "worst-case breach scenario", "breach readiness", "data risk report", "/data-breach-blast-radius". For any stack handling user data, health records, or financial information. Output labels law-sourced figures (exact) vs heuristic estimates (planning only). Does not replace legal counsel.
    0
    installs
  19. Oo Component Documentation · okhp3 bundle
    Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.
    0
    installs
  20. Software Architecture Analysis · okhp3 bundle
    Use this skill to reverse-engineer an existing software system, map its architecture, data flow, privacy posture, coupling, quality characteristics, and feature surface, then produce an evidence-grounded clean-room design document, PRD, or migration plan under new constraints. Use for codebase archaeology, implicit contract extraction, architecture health assessment, or decomposition-readiness analysis. Do not use for greenfield architecture design, direct code review, bug hunting, security auditing, or implementation of API, data, platform, or migration changes; route those to the relevant neighboring skill.
    0
    installs
  21. SQL Server Table Reconciliation · okhp3 bundle
    Use when: comparing SQL Server tables across instances, data migration validation, ETL verification, row mismatch detection, schema drift, reconciliation report, production vs staging comparison. Uses mssql-python driver with Apache Arrow for fast columnar data transfer and comparison.
    0
    installs
  22. MCP Builder · okhp3 bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
    0
    installs
  23. Skill Creator · okhp3 bundle
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
    0
    installs
  24. Mermaid Diagrams · okhp3 bundle
    Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
    0
    installs
  25. Vercel React Native Skills · okhp3 bundle
    React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
    0
    installs
  26. Vercel React Best Practices · okhp3 bundle
    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
    0
    installs
  27. Workflow Analysis Blueprint · okhp3
    Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.
    0
    installs
  28. Okhp3 Repository Janitor 2 · okhp3 bundle
    Reconcile a collection of local Git repositories with their GitHub origins, inspect all local variations against origin/main, preserve uncommitted or unreachable work, and manage branch lifecycle. Use when a user has multiple clones or computers, needs to find differences from origin/main, recover forgotten work, review agent/Copilot/Dependabot branches, merge completed pull requests, prune verified redundant branches, or establish a repeatable daily or weekly repository-maintenance routine.
    0
    installs
  29. Okhp3 Replit Repl Janitor 2 · okhp3 bundle
    OverKill Hill P³ one-Repl repository cleanup workflow for safely auditing and tidying a single Replit workspace's Git checkout. Use when a user asks to clean up merged or abandoned branches and pull requests, purge stale subrepl-* or agent/* branches, normalize file and folder names, or remove repository detritus. Also activate for "decrapify this Repl", "tidy this repo", "prune dead branches", or "fix inconsistent filenames". This is the authoritative one-time cleanup workflow for one Replit checkout; use okhp3-repository-janitor for recurring maintenance and multiple local clones, and okhp3-repository-organizer for structural reorganization.
    0
    installs
  30. Okhp3 Notion Capture Router 2 · okhp3 bundle
    Use this skill whenever an agent needs to export, capture, ingest, summarize, route, deduplicate, or reconcile a conversation or content artifact into Notion. It guides connector-enabled agents through choosing a Notion page versus database destination, resolving a workspace-specific URL or ID, inspecting page content or data-source schema before writing, mapping thread metadata and reusable extracts, creating or updating records safely, and verifying the result. Trigger for ChatGPT, Claude, Perplexity, Copilot, Gemini, PDF, Markdown, transcript, knowledge-base, Notion API, Notion connector, page, database, data source, or thread-export requests, even when the user does not name this skill.
    0
    installs
  31. Okhp3 As Is Process Capture 2 · okhp3 bundle
    Capture and normalise a current-state process description into a structured as-is process YAML with stable step identifiers. Use this skill when the user has a process that is already running and needs to document its current state before gap analysis or redesign; when they provide step lists, SOPs, or process notes that need to be structured; when they say \"document what we do today\", \"capture the current process\", or \"baseline the process before we change it\". Do not use this skill to design a target state or propose changes — that is okhp3-future-state-change-strategy; this skill records only what happens today. Produces a structured as-is process artifact with normalised step IDs.
    0
    installs
  32. Okhp3 Elicitation Interviews 2 · okhp3 bundle
    Plan and facilitate structured elicitation sessions using BABOK v3 interview and workshop techniques. Use this skill when you need to gather process knowledge from subject matter experts; when the user wants a question plan before an interview or workshop; when elicitation is incomplete and gaps need targeted follow-up; when they say \"help me interview the process owner\", \"prepare questions for the workshop\", or \"what should I ask to fill in the missing steps\". Use only when a PIR already exists and has gaps — for first-pass process discovery from scratch, use okhp3-process-intake-and-scope instead. Produces a question plan and elicitation notes template.
    0
    installs
  33. Okhp3 Replit Free Mode Autonomy 2 · okhp3 bundle
    Keep Replit project work autonomous and Free Mode-first with bounded execution, checkpointed quota recovery, and quiet upgrade handling. Use when the user asks to maximize Free Mode, avoid repeated upgrade nudges, retry after a five-hour or weekly limit, preserve work across interruptions, or keep routine work moving without unnecessary approval pauses. Does not bypass quotas or human approval.
    0
    installs
  34. Okhp3 Decision Model Authoring 2 · okhp3 bundle
    Author and validate decision models from PNS decision points using DMN-aligned rule tables. Use this skill when the PNS contains three or more gateway decision points that warrant a structured decision table; when the user asks to document business rules as decision logic, build a DMN table, or make decision criteria explicit. This is a recommended extension skill triggered automatically when okhp3-visual-process-modeling identifies three or more gateways. Do not use it for fewer than three decision points — document those inline in the PNS decision_points section instead. Produces a decision-model YAML and a human-readable DMN rule table.
    0
    installs
  35. Okhp3 Process Intake And Scope 2 · okhp3 bundle
    Conduct structured process intake and scope definition using BABOK v3 elicitation techniques. Use this skill when the user wants to document a business process from scratch; when they describe a workflow, procedure, or set of steps and need it structured; when they ask to scope a process, define process boundaries, or capture business rules; when they say \"help me document this process\", \"let's scope out this workflow\", or \"what are the inputs and outputs\"; when you need a Process Intake Record (PIR) as input for downstream narrative, modeling, or SOP skills. This is the first-pass discovery skill; once a PIR exists, use okhp3-elicitation-interviews to fill remaining gaps rather than restarting intake.
    0
    installs
  36. Catalog Integrity · okhp3 bundle
    Rebuild and validate Skillz Forge catalog truth, evidence contracts, and provenance without credentials.
    0
    installs
  37. Okhp3 Mermaid Governance · okhp3 bundle
    OverKill Hill P³ Mermaid governance profile manager. Use when establishing a visual and behavioral standard for a diagram project, checking a diagram against a declared profile, or auditing multiple diagrams for cross-project coherence. Also activate for GOVERNANCE.md, profile drift, cross-diagram consistency, or a diagram that “doesn’t match the others.” Load okhp3-mermaid-core first. For a palette on one new diagram without a project standard, use okhp3-mermaid-theme-builder instead.
    0
    installs
  38. Okhp3 Replit Canvas Board · okhp3 bundle
    Plan and build a structured multi-frame Replit canvas presentation board — hero rows, labeled zones, iframe lifecycle (building→live), coordinate layouts, and focusCanvasShapes for audience navigation. Use when organising the canvas for a designathon, showcase, or any multi-frame review. Also activate for "arrange the frames", "set up the board", "label the zones", "focus the viewport", or any canvas layout that needs deliberate spatial planning rather than ad-hoc placement.
    0
    installs
  39. Okhp3 Replit Repl Janitor · okhp3 bundle
    OverKill Hill P³ one-Repl repository cleanup workflow for safely auditing and tidying a single Replit workspace's Git checkout. Use when a user asks to clean up merged or abandoned branches and pull requests, purge stale subrepl-* or agent/* branches, normalize file and folder names, or remove repository detritus. Also activate for "decrapify this Repl", "tidy this repo", "prune dead branches", or "fix inconsistent filenames". This is the authoritative one-time cleanup workflow for one Replit checkout; use okhp3-repository-janitor for recurring maintenance and multiple local clones, and okhp3-repository-organizer for structural reorganization.
    0
    installs
  40. Okhp3 Reddit Post · okhp3 bundle
    Draft a Reddit text, link, image, or media submission for a supplied community. Use when the user needs a community-aware Reddit post that respects supplied rules, post form, title requirements, and flair context. It prepares a draft only and does not submit, vote, join communities, message moderators, apply flair, or manipulate engagement.
    0
    installs
  41. Okhp3 Tiktok Post · okhp3 bundle
    Draft a TikTok video or photo post caption and publishing handoff from supplied material. Use when the user needs post text, on-screen-text notes, and a review checklist for a named TikTok post. It prepares a draft only and does not record, edit, upload, set privacy, schedule, or publish.
    0
    installs
  42. AI Social Media Content · okhp3
    Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. Tools: FLUX, Veo, Seedance, Wan, Kokoro TTS, Claude for copywriting. Use for: content creators, social media managers, influencers, brands. Triggers: social media content, tiktok, instagram reels, youtube shorts, twitter post, content creator, ai influencer, social content, reels, shorts, viral content, thumbnail generator, caption generator, hashtag generator, ugc content
    0
    installs
  43. REST API Best Practices · okhp3 bundle
    REST API design guidance. Use when designing or reviewing REST endpoints, choosing HTTP methods and status codes, defining URL structure and naming conventions, formatting error responses, implementing pagination or filtering, versioning an API, securing endpoints with authentication or rate limiting, or reviewing whether an API exposes domain capabilities rather than raw CRUD operations.
    0
    installs
  44. Okhp3 Cowork Inbox Triage · okhp3 bundle
    Triage a Microsoft 365 inbox into a prioritized, reviewable work queue. Use when organizing email, identifying follow-ups, preparing reply drafts, or separating urgent messages from newsletters and FYI. Do not use to send, delete, archive, unsubscribe, or create rules without explicit approval.
    0
    installs
  45. Okhp3 Cowork Meeting Prep · okhp3 bundle
    Prepare a concise meeting brief from an agreed calendar event and relevant Microsoft 365 context. Use when gathering agenda, attendees, open decisions, and pre-read material for a meeting. Do not schedule, update, invite, message, or send material without explicit approval.
    0
    installs
  46. Okhp3 Glee Fully Brand · okhp3 bundle
    OverKill Hill P³ Glee-fully SPA styling. Use when a user wants a Glee-fully application, documentation artifact, presentation, or image brief aligned to the approved Glee-fully profile. Also activate when a target needs retro-bright, warm, emotionally intelligent tooling. This specialization applies the approved local profile and does not substitute OverKill Hill or AskJamie styling.
    0
    installs
  47. Okhp3 Discord Post · okhp3 bundle
    Draft a new Discord message, forum post, or thread opener for a named server destination. Use when the user asks to post an announcement, update, question, or discussion opener in Discord. It checks server, channel, and ping context, uses Discord-friendly Markdown when useful, and returns a draft only. Do not use for replies, direct messages, or sending content.
    0
    installs
  48. Okhp3 Patreon Post · okhp3 bundle
    Draft a Patreon post with a supplied access boundary and post form. Use when the user needs public, free-member, or paid-member post copy with a clear title, body, material handoff, and access-review note. It prepares text only and does not set membership access, attach media, schedule, or publish.
    0
    installs
  49. Okhp3 Twitter Post · okhp3 bundle
    Draft an X post using the portable name Twitter. Use when the user asks for a tweet, X post, concise Twitter update, quote text, standalone build log, or a thread opener. It writes one evidence-locked post for a named account and returns a draft only. Do not use for replies, posting automation, or assuming X Premium features.
    0
    installs
  50. Okhp3 I18N Page Release · okhp3 bundle
    Validate and prepare a localized static-web page set for release after its exact-pair translation is reviewed. Use when checking locale URLs, BCP-47 html lang values, self-canonicals, hreflang alternates, noindex staging, or rendered-language evidence. It does not translate prose, publish a site, or replace source-drift detection.
    0
    installs
  51. Okhp3 Repl Repo Janitor · okhp3 bundle
    Clean up a single Replit-hosted Git repository — squash-merge and delete old, merged, or abandoned branches and pull requests (including Replit-generated subrepl-*, replit-agent, and agent/* branches), and normalize file/folder names against a kebab-case default with documented exceptions. Use when a user asks to purge dead/stale branches, clean up merged PRs, decrapify or tidy the repo, fix inconsistent file naming, or wants a repeatable Replit-repo hygiene routine across multiple Repls.
    0
    installs
  52. Okhp3 Vite Github Pages · okhp3 bundle
    OverKill Hill P³ Vite-to-GitHub-Pages deployment runbook. Use when deploying or troubleshooting this React/Vite app, its Actions workflow, /abrahamic-reference-engine/ production base, BrowserRouter basename fallback, dist artifacts, build validation, or Pages environment variables. Also activate for subpath asset failures or SPA refresh diagnosis. Do not use for gh-pages branches, backend hosting, or unrelated UI work.
    0
    installs
  53. Okhp3 Cowork Skill Foundry · okhp3 bundle
    Design, author, evaluate, and package a task-focused Microsoft Copilot Cowork skill. Use when converting a recurring personal Microsoft 365 workflow into a Cowork SKILL.md or M365 app-package skill. Do not use for SharePoint site skills, Copilot Studio agent skills, GitHub Copilot repository skills, or connector development alone.
    0
    installs
  54. Okhp3 Cowork Weekly Review · okhp3 bundle
    Create a personal weekly review from an agreed Microsoft 365 work window. Use when summarizing commitments, completed work, open loops, calendar load, and priorities for next week. Do not schedule, send, delegate, delete, or modify tasks or files without explicit approval.
    0
    installs
  55. Okhp3 Github Skill Foundry · okhp3 bundle
    Design, author, evaluate, and install-plan a task-focused GitHub Copilot Agent Skill. Use when creating a repository or personal GitHub Copilot SKILL.md for coding, review, maintenance, or repository workflows. Do not use for Cowork, SharePoint, Copilot Studio, or general agent instructions.
    0
    installs
  56. Okhp3 Mermaid Architecture · okhp3 bundle
    System and solution architecture diagrams in Mermaid for technical audiences - C4 model (Context/Container/Component/Code), architecture-beta cloud/infrastructure diagrams, block diagrams, packet/protocol diagrams, service topology, and integration flows. Use when the user wants to diagram software architecture, infrastructure, deployments, service relationships, or "how systems connect." Always load okhp3-mermaid-core first for audience/type/theming.
    0
    installs
  57. Okhp3 Notion Agent Boundary · okhp3 bundle
    Decide where a repeatable Notion-related workflow should live: the in-app Notion Agent, a Notion Custom Agent, a Notion Skill page, a database automation, or an external file-based Agent Skill. Use when the user asks whether something should be a Notion agent, a Notion skill, a Custom Agent, or a portable skill, or describes a recurring workflow and is unsure where to build it. Decides only; does not build or run a Custom Agent and does not convert an artifact between formats.
    0
    installs
  58. Okhp3 Notion Capture Router · okhp3 bundle
    Use this skill whenever an agent needs to export, capture, ingest, summarize, route, deduplicate, or reconcile a conversation or content artifact into Notion. It guides connector-enabled agents through choosing a Notion page versus database destination, resolving a workspace-specific URL or ID, inspecting page content or data-source schema before writing, mapping thread metadata and reusable extracts, creating or updating records safely, and verifying the result. Trigger for ChatGPT, Claude, Perplexity, Copilot, Gemini, PDF, Markdown, transcript, knowledge-base, Notion API, Notion connector, page, database, data source, or thread-export requests, even when the user does not name this skill.
    0
    installs
  59. Okhp3 Attack Economics · okhp3 bundle
    Measure the economic sustainability of defensive controls against distributed agentic threats. Use when comparing attack effort, defensive effort, expected loss, and recovery cost. Do not invent attacker costs or make budget decisions without supplied data.
    0
    installs
  60. Okhp3 Replit Multi Artifact · okhp3 bundle
    Navigate and build in a Replit pnpm multi-artifact monorepo without silent failures. Covers the non-obvious rules that cause blank previews, port conflicts, workflow naming errors, and broken cross-artifact imports: BASE_URL prefix discipline, PORT env var reading, managed workflow naming, pnpm catalog drift, and workspace:* shared library wiring. Activate for "add an artifact", "create a new app", "preview path", "port conflict", "blank preview", "shared package", "workflow naming", "pnpm catalog", "cross-artifact", or any time a second artifact is being added to an existing Replit project.
    0
    installs
  61. Okhp3 Facebook Post · okhp3 bundle
    Draft a Facebook post for a named profile, Page, group, or event surface. Use when the user asks to write a Facebook update, Page post, or group post. It confirms destination and audience before drafting, preserves the supplied context, and returns a draft only. Do not use for comments, scheduling, or publication.
    0
    installs
  62. Okhp3 Linkedin Post · okhp3 bundle
    Draft a source-backed LinkedIn post from a chosen angle or named topic. Use for standalone posts, public progress updates, launch or checkpoint recaps, deadline updates, or "write a post about X". It applies voice and the final public-context scrub, then returns a draft only.
    0
    installs
  63. Okhp3 Pinterest Pin · okhp3 bundle
    Draft a Pinterest Pin title, description, destination-link handoff, and board-context checklist from supplied material. Use when the user needs a Pin-ready copy bundle for a named board and asset. It prepares text only and does not create a Pin, upload media, select a board, set disclosure, or publish.
    0
    installs
  64. Okhp3 Youtube Video · okhp3 bundle
    Draft a YouTube video publishing brief and metadata bundle from supplied video facts. Use when the user needs a title, description, chapters, CTA, or disclosure and setting handoff for a YouTube video or Short. It prepares text only and does not upload, edit, schedule, or publish a video.
    0
    installs
  65. Okhp3 Equilibrium Review · okhp3 bundle
    Evaluate a document, report, spreadsheet, hypothesis, decision memo, or Agent Skill with independent evidence review, conditional disruption, and evidence-based adjudication. Use when testing whether an artifact is trustworthy, sufficiently supported, safe to act on, or ready to release. Also activate for multi-agent review design, falsification passes, claim ledgers, or structured quality gates. Do not use as a substitute for a domain-specific statistical, legal, medical, or security review.
    0
    installs
  66. Okhp3 Repository Janitor · okhp3 bundle
    Reconcile a collection of local Git repositories with their GitHub origins, inspect all local variations against origin/main, preserve uncommitted or unreachable work, and manage branch lifecycle. Use when a user has multiple clones or computers, needs to find differences from origin/main, recover forgotten work, review agent/Copilot/Dependabot branches, merge completed pull requests, prune verified redundant branches, or establish a repeatable daily or weekly repository-maintenance routine.
    0
    installs
  67. Okhp3 Capture Intake · okhp3 bundle
    Preserve one raw idea, file, link, transcript, or request in a project inbox with provenance and minimal handling. Use when material first arrives and must be captured before interpretation, grouping, scoping, or promotion. Do not use for batch triage or lifecycle decisions.
    0
    installs
  68. Publish Health Check · okhp3 bundle
    Confirm the live Skillz Forge GitHub Pages site matches the last successful deploy run, independent of whether the last deploy-pages.yml run happened to report success.
    0
    installs
  69. Okhp3 Tradition Reference · okhp3 bundle
    Reference ARE scope, canon, denominations, translations, Pew US shares, and free API providers for Judaism, Christianity, and Islam. Use before answering canon or denomination questions, choosing a translation, writing scripture fetch code, checking whether a tradition is in scope, or explaining LDS, Catholic, Orthodox, Jewish, or Islamic reference coverage. Preserve denominational variation, source dates, licensing, and known API gaps.
    0
    installs
  70. Okhp3 Askjamie Gpt Builder · okhp3 bundle
    Build, audit, and improve AskJamie Custom GPTs as calm, architected AI helpdesk experiences. Use this skill for GPT ideas, instructions, knowledge, tools, walkthroughs, decision trees, diagrams, evals, and packaging tuned to AskJamie's role as the interpretive intelligence layer between strategy and execution.
    0
    installs
  71. Okhp3 Glee Fully Foundry · okhp3 bundle
    Design, author, audit, and canon-seal portable Glee-fully Agent Skills across the Trunk, Branch, Twig, Function, and Function-ette hierarchy. Use when converting a Glee-fully Tool or Tool-ette into SKILL.md, selecting Persona Density, defining a Twig's Best for boundary, or reviewing a skill for scope, sibling, logic, and release readiness.
    0
    installs
  72. Okhp3 Mermaid Theme Builder · okhp3 bundle
    Apply reusable color palettes and visual governance to Mermaid diagram code. Use this skill when the user wants to style, theme, color, or brand a Mermaid diagram; when they want a themeVariables block or %%{init}%% configuration; when they ask for a prompt scaffold that enforces consistent diagram styling for future AI-generated Mermaid; when they want renderer-safe output for GitHub, GitLab, Obsidian, Notion, Confluence, or the Mermaid CLI; when they want to make Mermaid output renderer-safe or renderer-compatible; when they mention Mermaid colors, palettes, CSS variables, diagram cleanup, or on-brand diagrams; or when they want to extract and re-theme existing styled Mermaid code.
    0
    installs
  73. Okhp3 Notion Destructive Ops · okhp3 bundle
    The only okhp3-notion-* skill authorized to remove Notion content. Archive, trash, restore, or permanently delete pages, blocks, databases, data sources, and rows, with blast-radius estimation and an explicit confirmation gate before any irreversible step. Use when the user asks to delete, trash, archive, remove, or restore a Notion page, block, database, or row. Does not decide what should be deleted (that is workspace hygiene analysis) and does not remove a schema property from a live data source (use a wave-2 schema-migration skill).
    0
    installs
  74. Okhp3 Notion Search Strategy · okhp3 bundle
    Find content across a Notion workspace and its connected apps by keyword. Chooses between workspace search and AI search, applies creator, date, teamspace, title-only, and content-status filters, respects the search-specific rate limit, and routes around plan-gated filters. Use when the user wants to find, locate, or look up a page, database, or piece of content by name or topic without already knowing where it lives. Does not query structured rows from a known database (use okhp3-notion-query) and does not enumerate everything that exists (use a wave-2/3 workspace-inventory skill).
    0
    installs
  75. Okhp3 Replit Build In Public · okhp3 bundle
    Full playbook for a Replit Designathon competition submission — canvas organisation for judges, artifact selection, dual deployment (Replit Publish + GitHub Pages), session-to-session narrative continuity, and building-in-public commit discipline. Activate for "designathon", "competition", "building in public", "judges", "showcase", "submission", "dual deploy", "GitHub Pages + Replit", or any request to prepare a Replit project for public or competitive review.
    0
    installs
  76. Okhp3 Replit Design Pipeline · okhp3 bundle
    The complete Replit design iteration loop as a single coherent workflow — extract → sandbox → variant → graduate. Use when redesigning, improving, or creating variants of any UI component or page. Covers the "extract first, never approximate" rule, DESIGN subagent brief anatomy, variant labelling conventions on canvas, and the graduation decision gate. Activate for "redesign", "improve this component", "show me options", "create variants", "put on canvas", "graduate this mockup", "design alternatives", or any request that implies iterating on UI — whether the component exists already or is being built from scratch.
    0
    installs
  77. Okhp3 Instagram Post · okhp3 bundle
    Draft an Instagram feed, carousel, Reel, or Story publishing brief from supplied material. Use when the user needs a caption, asset handoff, and visibility or disclosure checklist for a named Instagram post form. It prepares text only and does not create media, set controls, or publish.
    0
    installs
  78. Okhp3 Linkedin Voice · okhp3 bundle
    Apply the platform-specific voice contract to any LinkedIn-bound text. Use as the final pass on a post, comment, checkpoint update, or public progress draft, whether produced by another skill or written by hand. It checks prose density, uncertainty, supplied links, hashtags, and public-context handoff. This is a filter, not a generator.
    0
    installs
  79. Okhp3 Reddit Comment · okhp3 bundle
    Draft a Reddit comment or nested reply from supplied submission, thread, and community-rule context. Use when the user wants a grounded contribution to a named Reddit conversation. It returns a draft only and does not comment, vote, report, message moderators, moderate content, or coordinate engagement.
    0
    installs
  80. Okhp3 Tiktok Comment · okhp3 bundle
    Draft a TikTok comment or reply from supplied post and conversation context. Use when the user wants a context-aware response under a named TikTok post. It returns reviewable text only and does not post, delete, report, block, follow, message, manage filters, or automate engagement.
    0
    installs
  81. Okhp3 Overkill Hill Brand · okhp3 bundle
    OverKill Hill P³ OverKill Hill SPA styling. Use when a user wants an OverKill Hill application, documentation artifact, presentation, or image brief aligned to the approved OverKill Hill profile. Also activate when a target needs the forge-like technical visual system of the OverKill Hill family. This specialization applies the approved local profile and does not substitute Glee-fully or AskJamie styling.
    0
    installs
  82. Okhp3 Graduation Gate · okhp3 bundle
    Decide whether an active exploratory effort is ready to become formal, should remain active, should archive, or is blocked. Use when an effort feels ready, the owner asks for a go or no-go, or a promotion package needs a readiness decision. Score evidence rather than enthusiasm and do not create the destination.
    0
    installs
  83. Okhp3 Process Capture · okhp3
    Capture a recurring task as either a backlog entry or a new skill skeleton. Use when the user says "I keep doing X", "this is the third time", "make this a skill", "let's capture this", or at the natural end of a work session when a repeatable pattern just occurred. Extracts the pattern from conversation context (tools used, sequence of steps, input/output formats, corrections made) and produces either a BACKLOG.md line or a SKILL.md skeleton following this repo's conventions — not full skill authoring (that's skill-creator's job once a skeleton exists).
    0
    installs
  84. Okhp3 Session Handoff · okhp3 bundle
    Create a durable continuation record when work pauses, becomes blocked, crosses a machine, or crosses an agent host. Use after substantial work or when the owner asks for a handoff. Record changed files, reasoning, evidence tiers, validation, limitations, and the exact next action without relying on chat memory.
    0
    installs
  85. Okhp3 Triage And File · okhp3 bundle
    Review one or more project inbox items and assign a recorded lifecycle disposition. Use for inbox sweeps, duplicate resolution, grouping related captures, activating an effort, identifying a graduation candidate, archiving, or requesting owner input. Do not publish or move work outside the project.
    0
    installs
  86. Okhp3 Askjamie Repo Creator · okhp3 bundle
    Create governed FoundRy child repositories from Custom GPTs, Gemini Gems, Copilot agents, prompt bundles, Notion concepts, research notes, or prototype ideas. Use whenever the user wants to migrate an AI capability into GitHub, standardize a repo, create a child repo scaffold, or convert platform-specific AI work into a reusable capability package.
    0
    installs
  87. Refactoring Best Practices · okhp3 bundle
    Safe refactoring guidance for legacy and existing codebases. Use when improving design without changing behavior, creating seams around hard dependencies, migrating null/string/generic exceptions to typed failure contracts, extracting a repository from direct SQL/ORM access, introducing Domain Events into legacy workflows, adding characterization tests, splitting large classes or methods, introducing value objects, replacing conditionals, or incrementally evolving code under risk.
    0
    installs
  88. Okhp3 Cowork Decision Record · okhp3 bundle
    Draft a durable decision record from an agreed discussion or source set. Use when capturing a decision, rationale, alternatives, trade-offs, owners, and follow-ups. Do not declare a decision made, update a register, or communicate it without explicit approval.
    0
    installs
  89. Okhp3 Notion Limits And Retry · okhp3 bundle
    Dependency-loaded by other okhp3-notion-* skills. Applies Notion's rate limits, payload size limits, the Free-workspace block limit, backoff policy, chunking strategy, and idempotency discipline to any sequence of Notion API or MCP calls. Not intended to be selected directly from a user prompt; always loaded by a sibling skill that is about to make more than one call or a call at risk of hitting a limit.
    0
    installs
  90. Okhp3 Discord Comment · okhp3 bundle
    Draft a Discord reply to a supplied message, thread, or forum conversation. Use when the user wants to answer, clarify, or contribute to an existing Discord discussion. It preserves channel and thread context, avoids unauthorized pings, and returns a draft only. Do not use for a new message, a new thread, direct messages, or sending content.
    0
    installs
  91. Okhp3 Linkedin Angles · okhp3 bundle
    Mine finished work, repository history, or a current conversation for 3 to 5 evidence-linked LinkedIn angles. Use for "mine this for a post", public progress updates, launch or checkpoint recaps, "what's postable here", or "angles from this". It does not draft or publish the post; use okhp3-linkedin-post or okhp3-linkedin-comment next.
    0
    installs
  92. Okhp3 Patreon Comment · okhp3 bundle
    Draft a Patreon comment or reply from supplied post and access context. Use when the user needs a privacy-preserving response within a named Patreon post discussion. It returns text only and does not comment, change access, inspect membership or payment data, message members, moderate, or publish.
    0
    installs
  93. Okhp3 Twitter Comment · okhp3 bundle
    Draft an X reply, called a Twitter comment in this family, to a supplied post and conversation. Use when the user wants to reply on X, answer a tweet, join an existing X thread, request feedback, or report public progress. It keeps the parent context and reply visibility in view, then returns a draft only. Do not use for a new standalone post or publication.
    0
    installs
  94. Okhp3 Youtube Comment · okhp3 bundle
    Draft a YouTube comment or reply from supplied video and conversation context. Use when the user wants to respond to a viewer, answer feedback, add a correction, or join a discussion below a video or channel post. It returns draft text only and does not reply, heart, pin, hide, or moderate comments.
    0
    installs
  95. Okhp3 Brand Style Registry · okhp3 bundle
    OverKill Hill P³ visual style registry and application workflow. Use when a user wants to extract a reusable brand, visual style, palette, typography system, layout language, or interface aura from a website, stylesheet, document, presentation, infographic, or set of visual assets. Also activate when a user wants an SPA, documentation, presentation, image brief, or other target artifact aligned to one or more named style profiles. This is the authoritative profile-driven workflow for capturing and applying visual style without blending unrelated brands or treating inferred cues as declared rules.
    0
    installs
  96. Okhp3 Foundry Repo Creator · okhp3
    Create governed FoundRy child repositories from Custom GPTs, Gemini Gems, Copilot agents, prompt bundles, Notion concepts, research notes, or prototype ideas. Use whenever the user wants to migrate an AI capability into GitHub, standardize a repo, create a child repo scaffold, or convert platform-specific AI work into a reusable capability package.
    0
    installs
  97. Okhp3 Repository Organizer · okhp3 bundle
    OverKill Hill P³ repository organizer for content-first Git repositories. Use when a local Git repository grew organically from a folder and needs an evidence-based profile, purpose summary, classification, cross-platform naming cleanup, folder design, governance scaffolding, or a safe reorganization plan. Also activate when a repository contains prompts, AI conversations, research, Word documents, spreadsheets, PDFs, images, or mixed knowledge assets rather than a conventional application. This is the authoritative workflow for understanding and organizing an existing repository; use it instead of application-template advice, skill cataloging, or new-repository creation workflows.
    0
    installs
  98. Okhp3 Askjamie Gpt Readiness · okhp3 bundle
    Assess an incomplete or newly proposed AskJamie lens or Custom GPT for build readiness. Use when a user has an AskJamie idea, partial notes, pasted conversation, draft instructions, knowledge files, or unfinished assistant and needs an evidence inventory, explicit gaps, targeted elicitation, a readiness score, or a handoff to okhp3-askjamie-gpt-builder.
    0
    installs
  99. Okhp3 Cowork Meeting Closeout · okhp3 bundle
    Turn an agreed meeting record into a reviewable decision and action closeout. Use when capturing decisions, owners, due dates, open questions, and follow-up drafts after a meeting. Do not send, post, create tasks, or modify calendars without explicit approval.
    0
    installs
  100. Okhp3 Emerging Threat Lab · okhp3 bundle
    Validate emerging agentic threat hypotheses and defensive controls in a disposable synthetic laboratory. Use when testing whether a pattern affects a representative architecture and whether a mitigation works. Do not operate against production or develop deployable attack tooling.
    0
    installs