Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ai-skel-ts

ai-skel-ts contains 37 collected skills from korchasa, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
37
Stars
0
updated
2026-03-22
Forks
0
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

flow-answer
software-developers

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

2026-03-22
flow-commit
software-developers

Automated commit workflow with atomic grouping

2026-03-22
flow-init
software-developers

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

2026-03-22
flow-investigate
software-quality-assurance-analysts-and-testers

Iterative issue investigation with user-controlled hypothesis selection

2026-03-22
flow-maintenance
software-developers

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

2026-03-22
flow-plan
software-developers

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

2026-03-22
flow-reflect
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-03-22
flow-skill-conduct-qa-session
customer-service-representatives-434051

How to conduct a Q&A session with the user

2026-03-22
flow-skill-configure-deno-commands
software-developers

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
software-developers

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
management-analysts-131111

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
software-developers

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
network-and-computer-systems-administrators

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
technical-writers

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
software-developers

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
software-developers

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
software-developers

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
technical-writers

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
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

How to fix tests

2026-03-22
flow-skill-manage-github-tickets-by-mcp
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
project-management-specialists

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

2026-03-22
flow-skill-write-gods-tasks
project-management-specialists

How to write tasks using GODS framework

2026-03-22
flow-skill-write-in-informational-style
technical-writers

How to write in informational style

2026-03-22
flow-skill-write-prd
project-management-specialists

Guidelines for writing comprehensive Product Requirements Documents (PRD)

2026-03-22
flow-spec
project-management-specialists

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