Skip to main content

このリポジトリの skills

aibot88/sec_skill_store - 53ページ

SkillsMP は aibot88/sec_skill_store から 2,449 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

aibot88/sec_skill_store

収集済み skill 2,449 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Use when designing or reviewing React Server Components: what an RSC can do (async, data fetching, server-only imports) versus what it cannot (state, effects, event handlers, browser APIs), where to draw the server/client boundary in the tree, and how RSC…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Server-side Swift development with Vapor and Hummingbird. Covers project setup, routing, Fluent ORM, authentication, deployment, and shared client-server code. Use when building backends or APIs in Swift.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing credential rotation for integration users, connected apps, named credentials, and OAuth client secrets in Salesforce. Covers rotation cadence, zero-downtime handover, secret storage, and detection of stale credentials. Triggers: 'rotate…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fetch and render web pages using the Servo browser engine — a single binary with JS execution, CSS layout, screenshots, and content extraction. Use when a URL returns empty or incomplete content with plain HTTP fetch, when you need a screenshot without GPU,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sets up authentication (login/logout via Microsoft Entra ID) and role-based authorization for a Power Pages code site. Configures identity providers, protected routes, and access control. Use when the user wants to add login, configure Entra ID, enable…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Next.jsまたはReactプロジェクトでTailwind CSSとTypeScriptを設定します。 インストール、設定、カスタムテーマの拡張、コンポーネントパターン、 型安全なスタイリングユーティリティを扱います。既存のTypeScriptプロジェクトに Tailwind CSSを追加するとき、プロジェクトのデザインシステム向けにTailwind テーマをカスタマイズするとき、型安全なコンポーネントスタイリングパターンを…

更新
職業分類
ソフトウェア開発者
説明

Salesforce Connected Apps and OAuth configuration with 120-point scoring. TRIGGER when: user configures OAuth flows, JWT bearer auth, Connected Apps, or touches .connectedApp-meta.xml / .eca-meta.xml files. DO NOT TRIGGER when: Named Credentials for callouts…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ensure Shaper CLI is installed, configure shaper.json, authenticate, and safely pull remote dashboards/tasks.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Detect shell-company signals from live government registry data — single director, no accounts ever filed, overseas registered-office concentration, no employees, nominee address patterns. Pulls live unmodified registry records and scores the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply shell-command discipline for agent invocations — one command per call (no &&, ;, or inline cd dir && cmd chains), no inline env vars (VAR=value cmd), and gh auth login or gh auth switch for GitHub auth (never prefix with GH_TOKEN=...). Use when invoking…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use execFileSync with args array instead of execSync with string concatenation to prevent shell injection

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Issue-driven development orchestrator. Turns improvement intent into a well-specified, bilingual issue set; clusters issues into milestones that map 1:1 to semver versions; enforces branch, commit, and PR conventions (GitHub Flow — `<type>/<issue-N>-<slug>`,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full cycle: audit site, check Dependabot alerts, fix issues, push, verify CI, deploy, close. Prioritizes Security > Availability > New features. Parallel dispatch for speed.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Search Shodan for internet-connected devices, open ports, and services — host lookups and database queries

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Author, run, and operate skelm pipelines — typed TypeScript orchestrations for agentic and deterministic workflows with default-deny permissions. Use when the user mentions skelm, agent permissions, pipeline.ts, AgentPermissions, skelm.config.ts, MCP servers,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Skeptic Engine v2.1 — falsification-first анализ в 4 режимах. Триггеры: 'skeptic:', 'сломай идею', 'стоит ли делать', 'проверь идею', 'аудит архитектуры', 'проверь решение', 'red-team архитектуры', 'разбор эксперимента', 'проверь метрики', 'это работает?',…

原文の言語: ロシア語

更新
職業分類
ソフトウェア開発者
説明

Guide to creating Claude Code skills using TDD methodology and persuasion principles. Use for new skill development.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

中文优先:用于技能合规检查相关任务,帮助识别、设计、实现或验证对应工作流。English keywords: Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Local-first self-assessment for Claude Code skills. After you use any skill (your own or someone else's), call `skill-feedback log <skill> --rating N --outcome ... [--friction "..."]` to append one entry to `.agent-plus/skill-feedback/<skill>.jsonl`. The…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guidelines for authoring SKILL.md files with progressive disclosure. Apply when editing files under `.claude/skills/` or creating new skills. Use for pattern extraction, skill assimilation, simplification, bullet format. Keywords: skill creation, SKILL.md,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing the deterministic health-tooling layer for a skill library, diagnosing why an existing library is decaying invisibly, deciding which categories of automated check to add (inventory, protocol consistency, conflict detection, routing health,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Especialista PhD em engenharia de sistemas com foco em FFI (Foreign Function Interface), ABI (Application Binary Interface), Go runtime, purego, SDL3 bindings e problemas de compatibilidade em arquiteturas 32-bit (x86/386) e 64-bit. Use esta skill sempre que…

原文の言語: ポルトガル語

更新
職業分類
情報セキュリティアナリスト
説明

Security audit for AI agent skills before installation. Scans SKILL.md files, hooks, scripts, and MCP configs for prompt injection, data exfiltration, credential theft, and malicious automation patterns. Use when installing a new skill, reviewing a skills…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build flawless Claude Code skills. Studies existing skills as reference, ensures correct format, and pushes for genuine intelligence — skills that exploit something specific about how Claude works. SKIP for one-off scripts, prompts, or task helpers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user mentions a skill or plugin by name, asks "should I install X?", asks "what skills fit this project?", asks to audit installed skills, asks whether a skill is safe to use, or wants to customize an external skill for their stack. Evaluates…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user mentions a skill/plugin by name, asks "should I install X", asks for skill recommendations, wants a security check on a skill, asks about duplicates or conflicts, wants to create a new skill, or wants to migrate skills across agent platforms…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Manage API keys for the runner's --execute layer. CRUD on ~/.skills.env (chmod 600): list / add / update / remove / enable / disable gate flags / verify (ping vendor APIs) / export (eval-ready). Single source of truth for OPENAI_API_KEY, GEMINI_API_KEY,…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Syncs skills across AI CLI tools (Claude, Cursor, Windsurf, etc.) from a single source of truth. Global mode (~/.config/skillshare/) and project mode (.skillshare/ per-repo). Commands: status, sync, install, uninstall, update, check, search, new, collect,…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Slices, reviews, and writes product backlog items (PBIs) using priority-ordered quality characteristics (Valuable > Completable > Negotiable > Independent > Commensurate > Small), vertical slicing, and the splitting meta-pattern. Produces well-formed,…

原文の言語: 英語

更新
職業分類
グラフィックデザイナー
説明

Use when creating slide decks with Marp/Marpit Markdown (marp), including authoring slide content, designing slide color schemes, and building SVG diagrams or illustrations for the deck.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Comprehensive security review framework for AI agents. Covers skill/MCP installation, GitHub repos, URLs/documents, on-chain addresses, products/services, and social shares. Built from real-world attack patterns and incident response experience.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Perform OCR on image files (jpg, png, bmp, gif, tiff) using the system's `tesseract` binary and return extracted plain text.

原文の言語: ドイツ語

更新
職業分類
パラリーガル・法律アシスタント
説明

Aide à préparer un petit litige (consommation, voisinage, facture contestée) avec dossier structuré. Se déclenche aussi avec "petit litige", "tribunal", "facture contestée", "arnaque", "remboursement refusé", "voisinage", ou toute préparation de recours pour…

原文の言語: フランス語

更新
職業分類
情報セキュリティアナリスト
説明

Audit de sécurité de smart contracts Solidity et blockchain. Se déclenche avec "smart contract", "Solidity", "audit blockchain", "vulnérabilité smart contract", "reentrancy", "ERC-20", "ERC-721", "Web3 security".

原文の言語: フランス語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Review a GitHub pull request in read-only mode for material bugs, regressions, missing tests, architecture drift, security/privacy risk, performance risk, and merge blockers. Use when the user wants a PR reviewed before merge or before posting feedback.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Guide pour analyste SOC — triage d'alertes, investigation, SIEM, indicateurs de compromission et playbooks de réponse. Se déclenche avec "SOC", "analyste SOC", "SIEM", "IoC", "incident de sécurité", "triage sécurité".

原文の言語: フランス語

更新
職業分類
情報セキュリティアナリスト
説明

SOC daily-pull triage feed — Vulnetix's score-driven queue cross-referenced with installed dependencies. Use when starting a SOC shift, prioritising the queue by EPSS × KEV × repo-impact, filtering by severity / ecosystem / KEV-only / since-date, producing a…

原文の言語: 英語

更新
職業分類
弁護士
説明

Strukturierte Pruefung bei mangelhafter Software. Bestimmt Vertragstyp (Kaufrecht §§ 433 ff. BGB bei Software-Erwerb auf Datentraeger Werkvertrag §§ 631 ff. BGB bei Individualsoftware oder Anpassung Dienstvertrag bei Beratung Mietrecht §§ 535 ff. BGB bei SaaS…

原文の言語: ドイツ語

更新
職業分類
ソフトウェア開発者
説明

Use this skill when integrating sol-safekey into Solana bots or tools, including encrypted keystores, interactive wallet management, password handling, wallet unlock, bot startup scripts, SOL/SPL/WSOL operations, durable nonce setup, and secure key handling…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Edit live Contextual flows in the Flow Editor — add, change, move, wire, delete, rename, configure, group, copy, or validate nodes / wires / properties / code in a flow open in the user's browser. Also the source-of-truth for node-level behavior,…

原文の言語: 英語

更新
収集済み skill 2,449 件中 40 件を表示しています。