← all publishers

bruc3van

@bruc3van source repo

31 published skills

  1. Openai Docs · bruc3van bundle
    Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains.
    0
    installs
  2. Skill Installer · bruc3van bundle
    Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
    0
    installs
  3. Bruce Deep Research · bruc3van bundle
    深度调研技能,适用于竞品分析、客户信息调研、技术方案调研、产品调研等场景。当用户要求调研、分析、对比、收集情报时,无论针对公司、竞品、产品、技术、客户还是市场,都应调用此技能。触发关键词包括:帮我调研、竞品分析、客户调研、技术选型、产品调研、深度研究、了解一下、找一下、搜集一下、research、investigate、compare、analyze。即使看起来是简单的调研任务,也应使用此技能——它能避免无效搜索,输出有结构、有来源的高质量报告。
    0
    installs
  4. Bruce Drawio · bruc3van bundle
    **Use this skill** when the user wants to create any diagram: flowchart, architecture, UML (sequence/class), ER, mindmap, network topology, or any visual diagram. Trigger words: "draw", "diagram", "flowchart", "architecture", "UML", "sequence diagram", "mindmap", "ER diagram", "network topology", "visualize", "draw.io", "drawio". Workflow: understand requirements -> generate drawio XML directly -> validate -> CLI export PNG/SVG/PDF, falling back to an app.diagrams.net browser link when draw.io desktop is unavailable.
    0
    installs
  5. Bruce PPTX Generator · bruc3van bundle
    Use this skill when the user explicitly wants to create, generate, export, compile, edit, revise, or restructure a PowerPoint / PPT / PPTX / slide deck artifact. Trigger when the request clearly targets slides, a deck, or a .ppt/.pptx file as the output or editing target, including Chinese equivalents such as 幻灯片、演示文稿、PPT、PPTX、路演 deck. Do not trigger for generic proposal writing, solution discussion, presentation speaking notes, or status-update wording unless the user is explicitly asking for slide files or deck generation.
    0
    installs
  6. Dsh Plugin Upgrade · bruc3van bundle
    Help migrate a DeepSeek Harness (DSH) plugin from DSH 0.1.1 to 0.1.2 with the dsh-doctor CLI, deciding explicitly up front whether the upgraded release must stay compatible with DSH 0.1.1. Use when a plugin developer plans a migration or compatibility assessment: checking what changed between DSH versions, replacing imports of packages 0.1.2 removed (such as dsh-client-runtime or dsh-host-apiproxy), migrating settingsNamespace to the settings Service, updating DSH dependency ranges, or verifying and preparing a plugin release for 0.1.2. Applies only catalog-confirmed exact rewrites automatically and guides the semantic changes that need developer judgment. Not for debugging a plugin that already targets 0.1.2, general DSH usage or configuration questions, or developing the Harness itself.
    0
    installs
  7. Network Declared · bruc3van bundle
    Rule matrix security fixture for network_declared used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  8. Path Traversal Open · bruc3van bundle
    Rule matrix security fixture for path_traversal_open used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  9. Undeclared Network · bruc3van bundle
    Rule matrix security fixture for undeclared_network used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  10. Subprocess Test Example · bruc3van bundle
    Rule matrix negative fixture - subprocess usage in test helper; not intended for production deployment.
    0
    installs
  11. Pipeline Exfil Counterexample · bruc3van bundle
    Generated counterexample containing a multi-stage sensitive data exfiltration pipeline
    0
    installs
  12. Prompt Injection Counterexample · bruc3van bundle
    Generated counterexample containing direct instruction override attempts
    0
    installs
  13. Hard Trigger Shell · bruc3van bundle
    Generated counterexample containing destructive shell hard triggers for scanner verification
    0
    installs
  14. File Magic Mismatch Counterexample · bruc3van bundle
    Generated counterexample containing a static asset whose extension does not match its content
    0
    installs
  15. Homoglyph Obfuscation Counterexample · bruc3van bundle
    Generated counterexample containing mixed-script lookalike account names
    0
    installs
  16. Allowed Tools Mismatch Counterexample · bruc3van bundle
    Generated counterexample declaring narrow tool access while scripts perform network activity
    0
    installs
  17. PDF Safe · bruc3van bundle
    Rule matrix negative fixture - plain text file with .pdf extension marker; not intended for production deployment.
    0
    installs
  18. Find Exec · bruc3van bundle
    Rule matrix security fixture for find_exec used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  19. Fork Bomb · bruc3van bundle
    Rule matrix security fixture for fork_bomb used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  20. Secret Google · bruc3van bundle
    Rule matrix security fixture for secret_google used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  21. Secret Stripe · bruc3van bundle
    Rule matrix security fixture for secret_stripe used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  22. SQL Injection · bruc3van bundle
    Rule matrix security fixture for sql_injection used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  23. Socket Localhost · bruc3van bundle
    Rule matrix negative fixture - socket connection to localhost only; not intended for production deployment.
    0
    installs
  24. Base64 Network · bruc3van bundle
    Rule matrix security fixture for base64_network used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  25. Socket Connect · bruc3van bundle
    Rule matrix security fixture for socket_connect used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  26. Localhost Ok · bruc3van bundle
    Rule matrix security fixture for localhost_ok used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  27. SQL Parameterized · bruc3van bundle
    Rule matrix negative fixture - uses parameterized SQL queries safely; not intended for production deployment.
    0
    installs
  28. Xor Obfuscation · bruc3van bundle
    Rule matrix security fixture for xor_obfuscation used by security rule matrix integration tests; not intended for production deployment.
    0
    installs
  29. Env Var Safe Shell · bruc3van bundle
    Rule matrix negative fixture - safe environment variable usage without piping; not intended for production deployment.
    0
    installs
  30. Path Safe Realpath · bruc3van bundle
    Rule matrix negative fixture - uses realpath to validate file paths; not intended for production deployment.
    0
    installs
  31. Compound Laundering · bruc3van bundle
    Rule matrix security fixture for compound_laundering used by security rule matrix integration tests; not intended for production deployment.
    0
    installs