Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ai-skel-ts

يحتوي ai-skel-ts على 37 من skills المجمعة من korchasa، مع تغطية مهنية على مستوى المستودع وصفحات 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