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

emeditor-terminal

يحتوي emeditor-terminal على 23 من skills المجمعة من naoyukik، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
23
Stars
1
محدث
2026-05-29
Forks
1
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

conductor-newtrack
مطوّرو البرمجيات

Plans a track, generates track-specific spec documents and updates the tracks file

2026-05-29
conductor-setup
مطوّرو البرمجيات

Scaffolds the project and sets up the Conductor environment

2026-05-29
autonomous-researcher
مطوّرو البرمجيات

Execute a pre-implementation investigation workflow modeled on feature-dev Phase 1-4 (Discovery, Codebase Exploration, Clarifying Questions, Architecture Design). Use this when requirements are ambiguous, architecture decisions are needed, or external validation (Win32 API, Rust crates, EmEditor SDK) is required before coding in Conductor tracks.

2026-05-05
conductor-implement
مطوّرو البرمجيات

Executes the tasks defined in the specified track's plan

2026-04-29
check-pr-review-comments-graphql
محللو ضمان جودة البرمجيات والمختبرون

Analyzing GitHub Pull Request review comments and managing follow-up tasks. This skill utilizes GraphQL to efficiently fetch review comments and categorizes them into critical fixes, future improvements, or out-of-scope items. Mandatory when a PR has received feedback to systematically address reviewer suggestions and ensure all necessary changes are tracked in Conductor.

2026-04-29
create-draft-pr
مطوّرو البرمجيات

Facilitating the creation of Draft Pull Requests on GitHub using the GitHub CLI (gh). This skill guides the collection of branch diffs, issue context via GraphQL, and the generation of structured PR titles and bodies in Japanese. Mandatory when the current task is ready for review as a draft to ensure all necessary context and issue links are included.

2026-04-29
conductor-revert
مطوّرو البرمجيات

Reverts previous work

2026-04-28
conductor-review
محللو ضمان جودة البرمجيات والمختبرون

Reviews the completed track work against guidelines and the plan

2026-04-28
conductor-status
متخصصو إدارة المشاريع

Displays the current progress of the project

2026-04-28
creating-github-issues
مطوّرو البرمجيات

Standardizing the creation and management of GitHub Issues. This skill MANDATES the use of a specific title format (type - Japanese Description) and a body template including Background/Purpose, Tasks, and Goal sections. It ensures consistency in tracking work items and facilitates clear communication of intent and success criteria. Use whenever creating or updating Issues to maintain project transparency.

2026-04-22
architecture-validator
محللو ضمان جودة البرمجيات والمختبرون

Validates the codebase against AcePilot's "Strict Rigid Layered Architecture" rules. Use after implementation tasks or before reviews to ensure physical isolation and dependency direction.

2026-04-17
conductor-janitor
مطوّرو البرمجيات

Automates Conductor track cleanup, including archiving, registry cleanup, and project documentation synchronization. Use this when a track is marked as completed in plan.md.

2026-04-17
accessing-microsoft-learn-docs
مطوّرو البرمجيات

Investigating official Microsoft Learn documentation for Windows API, Win32 system calls, and platform specifications. This skill provides the ultimate reference for HRESULT codes, GDI functions, and COM interfaces. Mandatory when implementing low-level OS interactions or debugging Windows-specific behavior to ensure alignment with official standards.

2026-04-15
conductor-protocol
مطوّرو البرمجيات

Executing Spec-Driven Development (SDD) via the Conductor framework. This skill governs track initialization, spec.md/plan.md creation, and the Universal File Resolution Protocol. It mandates strict adherence to phase transition protocols, user manual verification, and checkpointing. Required for all high-level task management and architectural decision-making.

2026-04-15
gh-sub-issue-creator
متخصصو إدارة المشاريع

Handles the creation of GitHub Sub-issues. Use this skill when you need to add existing issues as sub-issues to a parent Epic/Issue. It provides the correct usage of the `sub_issue_write` tool and fallback procedures using GitHub CLI (`gh api`) if the tool fails.

2026-04-15
naming-conventions
مطوّرو البرمجيات

Enforcing strict naming standards during refactoring or new entity creation. This skill dictates snake_case for functions/variables, PascalCase for types, and predicate forms (is_xxx) for booleans. It aligns codebase with Domain-Driven Design (DDD) terminology as defined in the ubiquitous language dictionary, ensuring consistency across all modules.

2026-04-15
operating-git
مطوّرو البرمجيات

Gitワークフローの詳細なコマンド実行とトラブルシューティング。ステージングの原則は AGENTS.md を参照せよ。

2026-04-15
operating-jetbrains-projects
مطوّرو البرمجيات

Operates JetBrains IDEs (IntelliJ, etc.) via MCP. Supports project exploration, code reading, structural refactoring, and execution/verification using full IDE capabilities for efficient development.

2026-04-15
referencing-commit-convention
مطوّرو البرمجيات

コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。

2026-04-15
referencing-jetbrains-schemas
مطوّرو البرمجيات

Provides strict JSON schemas for JetBrains MCP Server tools. Use when resolving validation errors due to missing parameters or verifying unknown argument structures.

2026-04-15
replying-to-pr-threads
مطوّرو البرمجيات

Replies to specific GitHub Pull Request review threads using GraphQL API. Use when addressing individual review comments.

2026-04-15
rust-coding-conventions
مطوّرو البرمجيات

Mastering Rust/Win32 development by enforcing strict layered architecture (GUI -> App -> Domain <- Infra) and Win32 API isolation. This skill mandates pure Rust domains, RAII-based resource management to prevent GDI leaks, and explicit safety comments for unsafe blocks. Use during code implementation or review to ensure dependency direction and memory safety.

2026-04-15
sequential-thinking
مطوّرو البرمجيات

Reasoning through complex engineering problems using a structured "think" tool. This skill is used to analyze ambiguous requirements, verify hypotheses, or break down multi-step tasks into logical components. It enhances meta-cognition by providing a dedicated space for deliberate analysis and reflective problem-solving when navigating intricate technical challenges.

2026-04-15