Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
yelmuratoff
GitHub 제작자 프로필

yelmuratoff

5개 GitHub 저장소에서 수집된 45개 skills를 저장소 단위로 보여줍니다.

수집된 skills
45
저장소
5
업데이트
2026-07-20
저장소 탐색

저장소와 대표 skills

add-log-type
소프트웨어 개발자

Use this skill when adding, registering, or theming a new ISpect log type / log key (e.g. "add a ws-state log", "register a new log key", "new trace category", "my custom log has no color/icon"). It is the checklist for wiring a key end to end so nothing is missed — core registration, console color, UI color, icon, title, and localized description.

2026-06-03
agentsync
소프트웨어 개발자

Create or edit AgentSync configuration — AGENTS.md, rules, skills, commands, subagents, settings, MCP servers, hooks, or per-tool configs. Use this skill when adding a rule, creating or scaffolding a skill, writing a slash command, defining a subagent persona, editing permissions, configuring an MCP server, setting up the `.ai/src/` directory, or running `agentsync sync` / `add` / `customize` / `resolve` / `simplify` — even when the user does not name "AgentSync" explicitly but is editing files in `.ai/src/`, `.claude/`, `.cursor/`, or another tool-config directory.

2026-05-17
humanizer
기술 작가

Rewrite text so it reads like a real human wrote it, or generate long-form prose (blog posts, essays, articles, newsletters, social posts, op-eds, short stories) in that same plain, grounded voice. Strips common AI tells, including em dashes, semicolons, framing colons, inflated vocabulary (utilize, leverage, delve, tapestry, robust), contrastive negation, significance inflation, forced triads, sycophantic openers, and chatbot closers. Trigger whenever the user asks to humanize, de-AI, or de-slop text, even with casual phrasing like "make this less AI-sounding," "fix the AI vibe," or equivalent phrasing in any language. Also trigger when the user asks Claude to write a prose deliverable they will publish or share, like an article, blog post, essay, newsletter, or short story. Do not use for code, casual chat replies, or technical documentation.

2026-05-17
comments
소프트웨어 개발자

Scan recently written or edited code and remove comments that do not earn their place — narration, step markers, task/PR references, commented-out blocks, decorative banners. Use this skill after finishing a non-trivial code change, when reviewing a diff for comment hygiene, when the user mentions noisy or redundant comments, or proactively before declaring a coding task complete. Defer to the `comments` rule for what makes a comment worth keeping.

2026-05-14
commit
소프트웨어 개발자

Create a well-structured git commit for staged or unstaged changes — analyze the diff, match the project's existing commit style, write a clear message, and create the commit. Use this skill when the user asks to commit, save changes, check in code, write a commit message, prepare changes for push, or wrap up a piece of work — even when they don't say "commit" explicitly (e.g. "let's save this", "ship it", "сохрани изменения").

2026-05-14
debug
소프트웨어 개발자

Investigate and fix bugs, errors, or unexpected behavior systematically — reproduce, locate, understand the root cause, fix it, and add a regression test. Use this skill when the user reports a failure (test, runtime, build, CI), shares a stack trace or error message, says something doesn't work, asks why something is broken, or asks for a fix that requires diagnosis — even when the word "debug" is not used (e.g. "this is broken", "почему падает", "не работает X").

2026-05-14
prompt-engineering
기타 컴퓨터 관련 직업

Design, debug, and refine prompts for LLM-based coding tools, agents, and pipelines. Use this skill when writing or rewriting a system prompt, agent persona, slash-command body, rule, or skill description; tuning a prompt that produces vague, incomplete, off-format, hallucinated, or over-/under-triggering output; choosing among techniques like XML tags, few-shot examples, role-setting, reasoning steps, or recap; debugging a model that ignores instructions, leaks information, or over-engineers solutions; or designing the persona, autonomy posture, or tool-use rules of an autonomous agent — even when the user does not explicitly mention "prompt engineering" or "system prompt". Not for AgentSync file structure, frontmatter, or scaffolding new rule/skill/command files — use the `agentsync` skill for that.

2026-05-14
refactor
소프트웨어 개발자

Restructure existing code without changing its behavior — reduce duplication, improve naming, simplify complex logic, extract helpers, split overgrown functions, untangle dependencies. Use this skill when the user asks to refactor, clean up, simplify, DRY out, rename, extract a helper, split a file, or make code "nicer" — including when they describe code-quality concerns without using the word "refactor" (e.g. "this is messy", "приведи в порядок", "это можно сделать чище").

2026-05-14
이 저장소에서 수집된 skills 15개 중 상위 8개를 표시합니다.
agentsync
기타 컴퓨터 관련 직업

Create or edit AgentSync configuration — AGENTS.md, rules, skills, commands, subagents, settings, MCP servers, hooks, or per-tool configs. Use this skill when adding a rule, creating or scaffolding a skill, writing a slash command, defining a subagent persona, editing permissions, configuring an MCP server, setting up the `.ai/src/` directory, or running `agentsync sync` / `add` / `customize` / `resolve` / `simplify` / `profile` — even when the user does not name "AgentSync" explicitly but is editing files in `.ai/src/`, `.claude/`, `.cursor/`, or another tool-config directory.

2026-07-20
agentsync
기타 컴퓨터 관련 직업

Create or edit AgentSync configuration — AGENTS.md, rules, skills, commands, subagents, settings, MCP servers, hooks, or per-tool configs. Use this skill when adding a rule, creating or scaffolding a skill, writing a slash command, defining a subagent persona, editing permissions, configuring an MCP server, setting up the `.ai/src/` directory, or running `agentsync sync` / `add` / `customize` / `resolve` / `simplify` / `profile` — even when the user does not name "AgentSync" explicitly but is editing files in `.ai/src/`, `.claude/`, `.cursor/`, or another tool-config directory.

2026-07-04
release
소프트웨어 개발자

Bump the AgentSync version, write a CHANGELOG entry summarising changes since the last tag, and prepare a clean release commit. Use this skill when the user asks to release, ship, cut a version, bump major/minor/patch, tag, or prepare a new version — including phrasings like "let's ship 0.12", "поднять версию", "сделай релиз", or when asked to update CHANGELOG.md after a stretch of work.

2026-06-30
content
소프트웨어 개발자

One imperative sentence on what this skill does + concrete trigger conditions. Be pushy — list contexts including ones where the user doesn't name the domain ("even when phrased as 'X' or 'Y'"). Pack relevant keywords. Stay under 1024 characters.

2026-06-13
commit
소프트웨어 개발자

Create a well-structured git commit for staged or unstaged changes — analyze the diff, match the project's existing commit style, write a clear message, and create the commit. Use this skill when the user asks to commit, save changes, check in code, write a commit message, prepare changes for push, or wrap up a piece of work — even when they don't say "commit" explicitly (e.g. "let's save this", "ship it", "сохрани изменения").

2026-06-03
prompt-engineering
소프트웨어 개발자

Design, debug, and refine prompts for LLM-based coding tools, agents, and pipelines. Use this skill when writing or rewriting a system prompt, agent persona, slash-command body, rule, or skill description; tuning a prompt that produces vague, incomplete, off-format, hallucinated, or over-/under-triggering output; choosing among techniques like XML tags, few-shot examples, role-setting, reasoning steps, or recap; debugging a model that ignores instructions, leaks information, or over-engineers solutions; or designing the persona, autonomy posture, or tool-use rules of an autonomous agent — even when the user does not explicitly mention "prompt engineering" or "system prompt". Not for AgentSync file structure, frontmatter, or scaffolding new rule/skill/command files — use the `agentsync` skill for that.

2026-05-30
prompt-engineering
소프트웨어 개발자

Design, debug, and refine prompts for LLM-based coding tools, agents, and pipelines. Use this skill when writing or rewriting a system prompt, agent persona, slash-command body, rule, or skill description; tuning a prompt that produces vague, incomplete, off-format, hallucinated, or over-/under-triggering output; choosing among techniques like XML tags, few-shot examples, role-setting, reasoning steps, or recap; debugging a model that ignores instructions, leaks information, or over-engineers solutions; or designing the persona, autonomy posture, or tool-use rules of an autonomous agent — even when the user does not explicitly mention "prompt engineering" or "system prompt". Not for AgentSync file structure, frontmatter, or scaffolding new rule/skill/command files — use the `agentsync` skill for that.

2026-05-30
fix-issue
소프트웨어 개발자

Investigate and fix a GitHub issue in this repo — pull the issue with `gh`, trace it to the root cause across `lib/` and `bin/`, fix portably, and cover it with a bats regression test. Use this skill when the user asks to fix, resolve, or tackle a GitHub issue (by number or URL), debug a reported bug from the tracker, or work through an issue end-to-end — including phrasings like "fix #42", "tackle issue 17", "resolve this GH issue", "почини issue #N", or "разберись с багом из тикета".

2026-05-17
이 저장소에서 수집된 skills 15개 중 상위 8개를 표시합니다.
generate-all
소프트웨어 개발자

Regenerate everything from schemas — templates, docs, Studio types. Run after changing any schema file. Trigger on "/generate-all".

2026-03-19
review-schema
소프트웨어 품질 보증 분석가·테스터

Review JSON schemas in schema/ for correctness, consistency, completeness. Check that schemas match Dart models, parsers, and Studio. Trigger on "/review-schema".

2026-03-19
sync-studio
소프트웨어 개발자

Verify Studio site is fully in sync with schemas. Build, test, check for hardcoded values. Trigger on "/sync-studio".

2026-03-19
add-config-option
소프트웨어 개발자

Add a new config option end-to-end — schema, config model, parser, pipeline integration, templates. Studio picks it up automatically. Trigger on "/add-config-option <section.field_name>" (e.g. "targets.openapi", "rules.require_descriptions").

2026-03-19
add-event-field
소프트웨어 개발자

Add a new field to analytics events end-to-end — schema, model, parser, renderer, tests, templates. Trigger on "/add-event-field <field_name>" or when user asks to add a field to events.

2026-03-19
review-all
소프트웨어 품질 보증 분석가·테스터

Full project review — schemas, Dart code, Studio, templates, docs. Checks everything is in sync. Trigger on "/review-all".

2026-03-19
review-code
소프트웨어 개발자

Review Dart library code for quality, architecture, SOLID, test coverage, and consistency with schemas. Trigger on "/review-code" or "/review-code <path>".

2026-03-19
validate
소프트웨어 품질 보증 분석가·테스터

Run full validation — dart analyze, dart test, studio build, schema consistency checks. Trigger on "/validate".

2026-03-19
add-dependency
소프트웨어 개발자

Use this skill when registering a new app-wide dependency — a service, client, repository, bloc, or manager that must be available across features — even when phrased as "where do I put this service", "make X available everywhere", "inject Y", "как прокинуть зависимость". Covers the project's Pure DI flow: DependenciesContainer / RepositoriesContainer fields, construction in CompositionRoot.compose(), and reading via context.dependencies or a scope.

2026-06-11
add-feature
소프트웨어 개발자

Use this skill when adding a new feature, screen, flow, or data-backed module to this app — including requests phrased as "add a screen for X", "build the orders page", "create a new module", "новая фича", "добавь экран". It walks the project's feature-first layout end-to-end: data source + repository with error mapping, BLoC with the guard helper, typed scope widget, wiring into CompositionRoot/containers, and a yx_navigation route with guards.

2026-06-11
add-translation
소프트웨어 개발자

Use this skill when adding or changing a user-visible string — including requests like "change this label", "add a message for X", "translate the button", "добавь строку", "поменяй текст на экране". The project localizes through gen-l10n with three ARB locales (en/ru/kk); a hardcoded string literal in a widget is a defect. Covers ARB key placement, ICU plurals/placeholders, regeneration, and the untranslated-messages check.

2026-06-11
agentsync
기타 컴퓨터 관련 직업

Create or edit AgentSync configuration — AGENTS.md, rules, skills, commands, subagents, settings, MCP servers, hooks, or per-tool configs. Use this skill when adding a rule, creating or scaffolding a skill, writing a slash command, defining a subagent persona, editing permissions, configuring an MCP server, setting up the `.ai/src/` directory, or running `agentsync sync` / `add` / `customize` / `resolve` / `simplify` / `profile` — even when the user does not name "AgentSync" explicitly but is editing files in `.ai/src/`, `.claude/`, `.cursor/`, or another tool-config directory.

2026-06-11
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다