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

skills

يحتوي skills على 17 من skills المجمعة من GalvinGao، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
1
محدث
2026-03-30
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

baseline-ui
مطوّرو البرمجيات

Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.

2026-03-30
fix-ci
مطوّرو البرمجيات

Check GitHub Actions status, diagnose failures from logs, fix, push, and loop until CI passes.

2026-03-30
fix-pr-comments
مطوّرو البرمجيات

Read PR comments on the current branch and address each one through plan mode.

2026-03-30
preheat
مطوّرو البرمجيات

Explore the project and list setup steps needed to run it locally — dependencies, config, services, and manual actions.

2026-03-30
ready
مطوّرو البرمجيات

Commit, push, and create a PR with summary and test checklist.

2026-03-30
setup-superset
مطوّرو البرمجيات

Create .superset/config.json with setup and teardown scripts for Superset workspaces.

2026-03-30
summarize-pr
مطوّرو البرمجيات

查看当前分支与主分支的差异,用简体中文给出一份面向非技术团队成员的高层次 PR 摘要。

2026-03-30
unify-agents
مطوّرو البرمجيات

Consolidate CLAUDE.md into AGENTS.md and symlink CLAUDE.md -> AGENTS.md.

2026-03-30
bootstrap-ts-project
مطوّرو البرمجيات

Bootstrap a new TypeScript project with pnpm, oxc (oxlint + oxfmt), prek git hooks, proper git setup, AGENTS.md, and CI. Use this skill whenever the user wants to create a new TypeScript project, scaffold a TS repo, set up a TypeScript monorepo, bootstrap a Node.js/TypeScript project, or asks for project setup with linting/formatting. Also trigger when the user mentions "new project", "init project", "scaffold", or "bootstrap" in a TypeScript/JavaScript context.

2026-03-30
commit-push
مطوّرو البرمجيات

Analyze staged/unstaged changes, commit with a generated message, and push.

2026-03-30
sync-simplelocalize
مطوّرو البرمجيات

Sync i18n translation changes from the current PR/branch to SimpleLocalize via MCP, then revert local i18n file diffs. Use when the user wants to push translation keys or values to SimpleLocalize, sync i18n changes, upload translations to SimpleLocalize, or mentions "sync simplelocalize", "push translations", "sync translations", "sync i18n", or "upload i18n". Also trigger when the user is done adding translation keys and wants to clean up i18n diffs before merging a PR.

2026-03-30
sync-skills
مطوّرو البرمجيات

Sync locally installed skills from ~/.claude/skills to ~/Projects/skills repo. Use when the user wants to back up skills, push skills to git, sync skills, export skills, or share their skill collection. Trigger on: sync skills, push skills, back up skills, export skills to repo.

2026-03-30
autoresearch
مطوّرو البرمجيات

Autonomously optimize any Claude Code skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill, benchmark skill, eval my skill, run evals on. Outputs: an improved SKILL.md, a results log, and a changelog of every mutation tried.

2026-03-18
no-use-effect
مطوّرو البرمجيات

Never call useEffect directly. Use derived state, event handlers, data-fetching libraries, or useMountEffect instead. Use when writing new React components, refactoring existing useEffect calls, reviewing PRs that introduce useEffect, or when an agent adds useEffect.

2026-03-18
issues-dump
مطوّرو البرمجيات

I will dump things I consider not quite right to you and YOUR ONLY JOB IS TO slightly improve it to normal language then put them into github issues of this repository using gh cli.

2026-03-15
resolve-issues
مطوّرو البرمجيات

Fix GitHub issues one by one, each with a commit that closes it. Accepts issue numbers (#123), ranges (#123-125), or fixes all open issues.

2026-03-15
mediainfo
مطوّرو البرمجيات

Use ffprobe to inspect image/video assets and understand their visual properties. Useful when doing frontend work involving media files.

2026-03-13