Skip to main content

このリポジトリの skills

lidge-jun/cli-jaw-skills - 6ページ

SkillsMP は lidge-jun/cli-jaw-skills から 246 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

lidge-jun/cli-jaw-skills

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

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

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine…

原文の言語: 英語

更新
職業分類
秘書・行政アシスタント(法律・医療・役員除く)
説明

Draft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.

原文の言語: 英語

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

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

原文の言語: 英語

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

Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file…

原文の言語: 英語

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

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI…

原文の言語: 英語

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

Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

原文の言語: 英語

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

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

原文の言語: 英語

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

Explain lint errors and propose fixes. Use when a junior developer needs help resolving common lint or format warnings.

原文の言語: 英語

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

Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.

原文の言語: 英語

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

Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.

原文の言語: 英語

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

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

原文の言語: 英語

更新
職業分類
上級秘書・行政アシスタント
説明

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

原文の言語: 英語

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

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

原文の言語: 英語

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

Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger…

原文の言語: 英語

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

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

原文の言語: 英語

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

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

原文の言語: 英語

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

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

原文の言語: 英語

更新
職業分類
コンピュータ・情報システムマネージャー
説明

System architecture design, ADRs, dependency analysis, architecture pattern selection (monolith, microservices, CQRS, event sourcing, hexagonal), database and tech stack decision matrices. Use when making architecture decisions or evaluating system design.

原文の言語: 英語

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

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

原文の言語: 英語

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

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

原文の言語: 英語

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

Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI’s video API using the bundled CLI (`scripts/sora.py`), including requests like “generate AI video,” “Sora,” “video remix,” “download…

原文の言語: 英語

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

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for…

原文の言語: 英語

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

Runs CodeQL static analysis for security vulnerability detection using interprocedural data flow and taint tracking. Applicable when finding vulnerabilities, running a security scan, performing a security audit, running CodeQL, building a CodeQL database,…

原文の言語: 英語

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

Parse, analyze, and process SARIF (Static Analysis Results Interchange Format) files. Use when reading security scan results, aggregating findings from multiple tools, deduplicating alerts, extracting specific vulnerabilities, or integrating SARIF data into…

原文の言語: 英語

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

Run Semgrep static analysis scan on a codebase using parallel subagents. Automatically detects and uses Semgrep Pro for cross-file analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or…

原文の言語: 英語

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

Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.

原文の言語: 英語

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

Guide for HashiCorp Terraform Stacks — creating, modifying, and validating Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl), managing multi-region/multi-environment infrastructure.

原文の言語: 英語

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

Use this when scaffolding a new Terraform provider.

原文の言語: 英語

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

Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/after create, update, destroy).

原文の言語: 英語

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

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.

原文の言語: 英語

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

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

原文の言語: 英語

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

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

原文の言語: 英語

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

UX research toolkit: data-driven persona generation, customer journey mapping, usability testing frameworks, research synthesis. Use when planning user research, creating personas, mapping journeys, or validating designs.

原文の言語: 英語

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

Deploy applications and websites to Vercel using the bundled `scripts/deploy.sh` claimable-preview flow. Use when the user asks to deploy to Vercel, wants a preview URL, or says to push a project live on Vercel.

原文の言語: 英語

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

Download videos using yt-dlp. Supports quality selection, format conversion, and audio extraction.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Route browser-related requests to the appropriate skill (browser vs dev-testing).

原文の言語: 英語

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

Use when you have a spec or requirements for a multi-step task, before touching code

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.

原文の言語: 英語

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