Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ai-skel-ts

ai-skel-ts には korchasa から収集した 37 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
37
Stars
0
更新
2026-03-22
Forks
0
職業カバレッジ
7 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

flow-answer
ソフトウェア開発者

Analyze and answer user questions in Autonomous Mode by reading documentation and inspecting codebase

2026-03-22
flow-commit
ソフトウェア開発者

Automated commit workflow with atomic grouping

2026-03-22
flow-init
ソフトウェア開発者

Initialize project with AGENTS.md and rules, handling both Greenfield (new) and Brownfield (existing) projects.

2026-03-22
flow-investigate
ソフトウェア品質保証アナリスト・テスター

Iterative issue investigation with user-controlled hypothesis selection

2026-03-22
flow-maintenance
ソフトウェア開発者

Perform a comprehensive "Lead Engineer" audit: structure, consistency, code quality, technical debt, documentation coverage, and terminology checks.

2026-03-22
flow-plan
ソフトウェア開発者

Create critiqued plan in whiteboard.md using GODS framework with proactive uncertainty resolution

2026-03-22
flow-reflect
ソフトウェア開発者

Analyze agent's process, logic, technical decisions, context usage, and undocumented discoveries to find behavioral errors, poor engineering choices, inefficiencies, and missing knowledge in project instructions.

2026-03-22
flow-review-and-commit
ソフトウェア開発者

Composite command: review changes then commit only if approved. Inlines flow-review and flow-commit with a verdict gate between them.

2026-03-22
flow-review
ソフトウェア品質保証アナリスト・テスター

Review current changes as QA engineer and lead engineer simultaneously: verify task completion, code quality, architecture, and cleanup.

2026-03-22
flow-setup-agent-code-style-ts-deno
ソフトウェア開発者

Adds TypeScript/Deno code style rules to project AGENTS.md. Use when setting up new Deno projects or when user needs to establish code style guidelines.

2026-03-22
flow-setup-agent-code-style-ts-strict
ソフトウェア開発者

Adds TypeScript strict mode code style rules to project AGENTS.md. Use when setting up TypeScript projects with strict mode or establishing coding standards.

2026-03-22
flow-skill-ai-skel-ts
ソフトウェア開発者

Scaffold a complete AI agent application skeleton with LLM integration, tool calling, observability, cost tracking, session management, and content fetching. Use when the user asks to create an AI agent, add LLM integration, scaffold an AI application, or mentions "ai-skel", "agent skeleton", or "AI scaffold". Works with any programming language.

2026-03-22
flow-skill-analyze-context
ソフトウェア開発者

Analyze total token usage including conversation history, system prompts, and active rules to estimate cost.

2026-03-22
flow-skill-conduct-qa-session
カスタマーサービス担当者

How to conduct a Q&A session with the user

2026-03-22
flow-skill-configure-deno-commands
ソフトウェア開発者

Configure and maintain Deno development commands (check, test, dev, prod). Use when the user wants to set up or update the standard command interface in deno.json and scripts/ directory.

2026-03-22
flow-skill-cursor-agent-integration
ソフトウェア開発者

Understand and interact with the cursor-agent CLI, including its output formats (JSON, text, stream-json), session management (resume), and integration with benchmarks. Use when working on cursor-agent CLI, benchmark runners, or automated agent interactions.

2026-03-22
flow-skill-deep-research
マネジメントアナリスト

Multi-directional deep research with sub-agents, scoring, source verification, and cited synthesis. Use for comprehensive research, deep analysis, or evidence-backed answers. Produces executive summary + markdown report. Supports search tools, playwright-cli, and MCP.

2026-03-22
flow-skill-deno-cli
ソフトウェア開発者

Manage all Deno capabilities via CLI (run, test, fmt, lint, task, add, etc.). Use this skill when you need to execute Deno commands, manage dependencies, run tests, or handle local development workflows.

2026-03-22
flow-skill-deno-deploy
ネットワーク・コンピュータシステム管理者

Manage Deno Deploy cloud services using both `deno deploy` and `deployctl`. Use this skill for deploying projects, managing cloud environments (Build/Dev/Prod contexts), monitoring logs, and troubleshooting deployment issues (like private npm dependencies).

2026-03-22
flow-skill-draw-mermaid-diagrams
テクニカルライター

Draw and edit Mermaid diagrams in Markdown. Use when the user wants to visualize processes, flows, sequences, or asks for diagrams.

2026-03-22
flow-skill-engineer-command
ソフトウェア開発者

Guide for creating effective AssistFlow commands. This skill should be used when users want to create a new command (or update an existing command) that extends AssistFlow's capabilities with specialized knowledge, workflows, or tool integrations. Works across IDEs (Cursor, Claude Code, OpenCode).

2026-03-22
flow-skill-engineer-hook
ソフトウェア開発者

Creation and configuration of event hooks/plugins to manage agent behavior, command filtering, auditing, and automation. Works across IDEs (Cursor, Claude Code, OpenCode). Use when you need to: (1) Create a new hook (e.g., for formatting or security checks), (2) Configure hooks/plugins, (3) Implement logic for blocking or modifying agent actions via scripts.

2026-03-22
flow-skill-engineer-prompts-for-instant
ソフトウェア開発者

Guide for writing stable, effective prompts for instant/fast models (Gemini Flash, GPT-4o Mini, Haiku), suitable for beginners.

2026-03-22
flow-skill-engineer-prompts-for-reasoning
テクニカルライター

Guide for writing prompts for reasoning/smart models (Gemini Pro, GPT-4o, Claude 3.5 Sonnet), focused on structure and context.

2026-03-22
flow-skill-engineer-rule
ソフトウェア開発者

Guide for creating persistent AI rules (coding standards, project conventions, file-specific patterns). Use when users want to create a rule, add coding standards, set up project conventions, configure file-specific patterns, or ask about rules placement. Works across IDEs (Cursor, Claude Code, OpenCode).

2026-03-22
flow-skill-engineer-skill
ソフトウェア開発者

Guide for creating effective Agent Skills (SKILL.md packages). Use when users want to create a new skill, write a skill, author a SKILL.md, or ask about skill structure, best practices, or skill file format. Works across IDEs (Cursor, Claude Code, OpenCode).

2026-03-22
flow-skill-engineer-subagent
ソフトウェア開発者

Guide for creating effective Subagents (custom agent definitions). Use when users want to create a new subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants. Works across IDEs (Cursor, OpenCode).

2026-03-22
flow-skill-fix-tests
ソフトウェア品質保証アナリスト・テスター

How to fix tests

2026-03-22
flow-skill-manage-github-tickets-by-mcp
ソフトウェア開発者

How to manage GitHub tickets via MCP tools using the GODS framework. Use when creating, updating, or triaging GitHub issues.

2026-03-22
flow-skill-playwright-cli
ソフトウェア品質保証アナリスト・テスター

Automates browser interactions for web testing, form filling, screenshots, and data extraction using playwright-cli. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-03-22
flow-skill-setup-ai-ide-devcontainer
ソフトウェア開発者

Set up .devcontainer for AI IDE development. Generates devcontainer.json and optional Dockerfile for project tech stack, AI CLI integration (Claude Code, OpenCode), secrets, skill mounting, and security hardening. Use for AI-assisted devcontainer setup or flow-init delegation.

2026-03-22
flow-skill-write-agent-benchmarks
ソフトウェア品質保証アナリスト・テスター

Create, maintain, and run evidence-based benchmarks for AI agents. Use when setting up testing infrastructure, writing new test scenarios, or evaluating agent performance.

2026-03-22
flow-skill-write-dep
プロジェクト管理専門家

Writing a Development Enhancement Proposal (DEP) - a document for proposing technical improvements

2026-03-22
flow-skill-write-gods-tasks
プロジェクト管理専門家

How to write tasks using GODS framework

2026-03-22
flow-skill-write-in-informational-style
テクニカルライター

How to write in informational style

2026-03-22
flow-skill-write-prd
プロジェクト管理専門家

Guidelines for writing comprehensive Product Requirements Documents (PRD)

2026-03-22
flow-spec
プロジェクト管理専門家

Create structured specification for large features using phased decomposition. Produces documents/spec-{name}.md with dependency-ordered phases, atomic tasks, explicit boundaries, and per-phase status tracking.

2026-03-22