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

exiao

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

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

저장소와 대표 skills

verify-feature
소프트웨어 품질 보증 분석가·테스터

Verify a code change actually works by building/running the app and observing it at its real surface (CLI, API, UI, library, agent), capturing runtime evidence rather than trusting tests. Make sure to use this skill whenever the user has changed code and wants to know it works, is about to merge/push and wants confidence, says "did this actually work", "verify this works", "prove it works", "confirm the change", "make sure it works", wants runtime evidence, or is re-running tests / importing-and-calling just to check behavior, even if they never say the word "verify". When in doubt after any code change, reach for this. For post-deploy production health checks use verify-deploy; for static correctness/quality review use simplify or code-review.

2026-07-17
skill-tester
소프트웨어 품질 보증 분석가·테스터

Test an interactive lesson/course (or any "instructions to an AI" skill) by self-play. An agent plays BOTH the instructor following the lesson script AND a calibrated student persona, producing full turn-by-turn transcripts of every lesson, then publishes the raw transcripts to a single static page. Use when asked to "run lesson transcripts", "test the course end to end", "self-play the lessons", "publish raw test transcripts", "walk a synthetic student through every lesson", or to QA an interactive-instruction skill by actually running it rather than just reviewing findings. Distinct from dogfood and adversarial-ux-test (web-app browser QA) and synthetic-userstudies (findings plus a few cherry-picked transcripts). This one captures the COMPLETE run of every lesson and ships them all raw.

2026-06-18
memory-gc
소프트웨어 개발자

Daily memory garbage collection for MEMORY.md / USER.md. Apply decay rules, drain .pending.md, consolidate near-duplicates, maintain canonical theme tags, prune old episode and session files. Invoke when asked to "run memory GC", "clean up memory", "apply memory decay", or from the scheduled cron job.

2026-06-18
babysit-pr
소프트웨어 개발자

Monitor a PR until it's ready to merge. Watches CI, reads reviews, checks scope, fixes blocking issues, opens follow-up PRs for low-priority comments, and repeats. Use when: babysit this PR, watch this PR, monitor PR, fix and watch PR, keep this PR green.

2026-06-12
github-code-review
소프트웨어 품질 보증 분석가·테스터

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with the gh CLI or falls back to git + GitHub REST API via curl. Use when: review this PR, review a pull request, look at this PR, code review, review my changes before I push, pre-push review, leave inline comments on a pull request.

2026-06-12
ralph-mode
소프트웨어 개발자

Run iterative self-referential development loops using the Ralph Wiggum technique. Use when tasks need repeated iteration, TDD cycles, greenfield builds, or autonomous refinement until tests pass or completion criteria are met. Triggers on ralph loop, ralph mode, iterative loop, autonomous loop, /goal.

2026-06-12
adversarial-ux-test
소프트웨어 품질 보증 분석가·테스터

Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only. Use when: adversarial UX test, stress-test the UX, find UX pain points, roleplay a difficult user, hostile user testing.

2026-06-11
verify-deploy
소프트웨어 개발자

Post-merge deploy verification. Waits for deploy, benchmarks production, monitors for regressions. Use after merging a PR to confirm the deploy is healthy.

2026-06-11
이 저장소에서 수집된 skills 124개 중 상위 8개를 표시합니다.
check
재무 및 투자 분석가

Evaluate a specific trade idea. Takes a natural language thesis ("I want to buy NVDA before earnings"), runs data against it, and returns a verdict with bull/bear case, key numbers, and position sizing. Triggers: "should I buy AAPL", "is this trade dumb", "check this trade", "I'm thinking of buying TSLA", "evaluate this trade", "is NVDA a good buy right now", "I want to short META", "analyze my trade idea", "what do you think of buying AMD", "is it too late to buy MSFT"

2026-06-17
review
재무 및 투자 분석가

Portfolio review and grading. Takes a user's holdings (tickers + weights or dollar amounts), runs analysis on the whole portfolio, and returns a letter grade A-F with specific problems and actionable suggestions. Triggers: "review my portfolio", "how's my portfolio doing", "grade my holdings", "what do you think of my stocks", "check my portfolio", "is my portfolio good", "portfolio review", "I own AAPL MSFT TSLA what do you think"

2026-06-17
research
재무 및 투자 분석가

Full stock analysis for any publicly traded company. Covers financials, valuation, growth, analyst consensus, catalysts, risks, technicals, and recent news. Triggers: "tell me about AAPL", "analyze NVDA", "research Tesla", "what do you think of MSFT", "is GOOGL a good buy", "break down META", "deep dive on AMD", "what's the deal with TSLA"

2026-06-17
bloom-data
재무 및 투자 분석가

Foundation skill for all Bloom investing skills. Load this first before running any other Bloom skill. Handles CLI setup, authentication checks, output conventions, and documents every available bloom command with its flags. Triggers: "set up bloom", "bloom CLI help", "check bloom install", "bloom commands"

2026-06-17
discover
재무 및 투자 분석가

Find investment opportunities. Combines AI Arena trades (what Bloom's AI models are doing with real money), today's movers, screener picks, and curated collections into one actionable summary. Triggers: "find me something to buy", "what should I invest in", "what's looking good", "any good opportunities", "what are the AIs buying", "what's trending", "show me ideas", "discover stocks", "what's worth looking at", "give me investment ideas"

2026-06-17
briefing
재무 및 투자 분석가

Daily market update. Covers sentiment, major indexes, biggest movers, and optionally a watchlist. 2-minute read. Run it in the morning to know what's happening. Triggers: "what happened today", "market update", "morning briefing", "how's the market", "what's moving today", "market summary", "catch me up on markets", "daily briefing", "what's the market doing", "give me a market update", "briefing"

2026-04-07
agents-md-audit
기타 컴퓨터 관련 직업

Audit and score a repo's agent context file (AGENTS.md, CLAUDE.md, .hermes.md, .cursorrules) for how Hermes actually loads it: the 20KB truncation cap, one-file-wins priority, injection-scanner blocks, SOUL-vs-AGENTS placement, plus a Karpathy 12-rule completeness rubric and per-line instruction lints. Use when the user says audit my AGENTS.md, review this CLAUDE.md, check my context file, is my AGENTS.md too big, why isn't my AGENTS.md being followed, grade my repo instructions, or points at an AGENTS.md/CLAUDE.md and asks if it's good. For auditing a SKILL.md instead, use skill-audit.

2026-07-17
soul-md-audit
기타 컴퓨터 관련 직업

Audit and score a SOUL.md (Hermes agent identity file) or any agent persona / system-prompt / operator-instruction doc, against how Hermes loads it plus attention research. Use when the user shares a SOUL.md, persona file, agent constitution, or system-prompt and asks to review/grade/audit it, 'is this good', or 'compare to best practice'. Not for skills (use skill-audit).

2026-07-17
skills-cleanup
기타 컴퓨터 관련 직업

How to clean up duplicate/untracked skills in the skills repo

2026-07-17
skill-improver
소프트웨어 개발자

Eval-driven skill optimizer: runs a skill repeatedly, scores outputs against binary evals, mutates the prompt via structured edits, and keeps only changes that improve a held-out validation score (cross-model optimizer/target, three-way splits, golden cases, checkpoint resume). Use when: optimize/improve this skill, make this skill better, run autoresearch on, self-improve skill, benchmark/eval my skill, run evals on.

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