Skip to main content

seikaikyo/dash-skills

O SkillsMP coletou 69 skills de seikaikyo/dash-skills. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
69
Estrelas no GitHub
1
Forks no GitHub
0

Mostrando 40 de 69 skills coletadas.

ocupação
Analistas de segurança da informação
descrição

Use when reviewing code for security vulnerabilities, implementing authentication/authorization, handling user input, or discussing web application security. Covers OWASP Top 10:2025, ASVS 5.0, LLM Top 10 (2025), and Agentic AI security (2026).

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive…

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

Throwaway HTML mockups: 2-3 design variants to compare.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

對非平凡決策啟動新鮮 context 對抗審查(找碴不背書),在修正還便宜的時候抓出錯誤方向。適用:高風險改動(production、資安敏感邏輯、不可逆操作)、不熟的程式碼、要宣稱「這樣是安全的 / 可行的」之前。機械性操作與一行修改不適用。

Idioma do texto original: chinês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

需求不明時的意圖萃取訪談:一次一題、每題附上自己的猜測、聽出「真正想要 vs 覺得應該要」,直到能預測使用者反應(約 95% 信心)才動工。適用:需求缺少對象 / 動機 / 成功標準 / 約束,或使用者點名「訪談我」「先確認一下」「我們確定嗎」。明確自足的指示、純資訊查詢、機械性操作不適用。

Idioma do texto original: chinês

atualizado
ocupação
Desenvolvedores web
descrição

拋棄式 HTML mockup 比稿:產出 2 到 3 個設計立場不同的變體(密度 / 版式 / 強調軸,不是換色),各附取捨說明,最後給有立場的對比結論。適用:「畫個草圖」「比較 A 版 B 版」「先看方向再做」「給我看幾種做法」。要 production 元件或設計已定案時不適用。

Idioma do texto original: chinês

atualizado
ocupação
Desenvolvedores de software
descrição

THE primary tool for all browser verification, testing, and automation. Use for ANY browser task: navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or exploring DOM. Replaces Webwright and DevTools.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Parse TASKS.md and auto-create Jira Data Center issues in a single Sprint. Use as conditional skill in /tgd-plan phase after TASKS.md is generated.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Core tGD rules that MUST be followed at all times — the Verification Iron Law, per-phase tone, the Command Closing Report, and human sign-off. Load this at the start of every tGD session (the session-start meta-skill tgd-router points here) and whenever a…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Execute implementation plans by dispatching fresh subagents per task with two-stage review. Use when executing a multi-task implementation plan, when context is getting too long for quality output, or when you want maximum isolation between tasks.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Enforces evidence-based verification before claiming any work is complete. Use when about to claim work is complete, fixed, or passing — requires running verification commands and confirming output before making any success claims. Evidence before assertions,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Compiles CodeGraph + Understand-Anything outputs into a self-contained single-file HTML wiki (wiki.html) plus a plain-Markdown docs tree. Every scanned repo gets the same fixed DeepWiki-style structure — home, overview, architecture, modules, flows,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Deploys and monitors ransomware canary files across critical directories using Python's watchdog library for real-time filesystem event detection. Places strategically named decoy files that mimic high-value targets (financial records, credentials, database…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Detecting exposed AWS credentials in source code repositories, CI/CD pipelines, and configuration files using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Detecting compromised cloud credentials across AWS, Azure, and GCP by analyzing anomalous API activity, impossible travel patterns, unauthorized resource provisioning, and credential abuse indicators using GuardDuty, Defender for Identity, and SCC Event…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

This skill teaches security teams how to detect and respond to unauthorized cryptocurrency mining operations in cloud environments. It covers identifying cryptomining indicators through compute usage anomalies, network traffic patterns to mining pools,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Implements secure API key generation, storage, rotation, and revocation controls to protect API authentication credentials from leakage, brute force, and abuse. The engineer designs API key formats with sufficient entropy, implements secure hashing for…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 69 skills coletadas.