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

TechNickAI

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

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

저장소와 대표 skills

cortex
소프트웨어 개발자

Personal knowledge compiler and memory system. Ingests raw sources (documents, notes, transcripts, captures) into a structured, interlinked knowledge base. Maintains living entity pages, learning analysis, and the MEMORY.md routing table. Replaces the librarian skill.

2026-07-15
claude-code
기타 컴퓨터 관련 직업

Route real repo work to Claude Code instead of editing by hand. Triggers on "claude code" or "cc", and on any request to edit, fix, refactor, or open a PR in a repo outside ~/.openclaw/workspace. Claude Code picks up the repo's CLAUDE.md / AGENTS.md, applies its standards, and knows the /ai-coding-config:multi-review and /ai-coding-config:address-pr-comments workflows we want bug bots checking against.

2026-05-01
review
기타 컴퓨터 관련 직업

A pause before an artifact goes into the world. Reviews external comms, money, calendar, public posts, or send-as-operator actions through a small panel of independent lenses (empathy first) and returns a verdict of pass / edit / hold / block.

2026-05-01
agentmail
소프트웨어 개발자

Email inboxes for AI agents - create addresses, send and receive email, manage threads

2026-04-29
apple-photos
소프트웨어 개발자

Query, inspect, and export photos from the macOS Apple Photos library using osxphotos. Find photos by person, album, keyword, or date range. Export candidates for curation workflows.

2026-04-29
asana
소프트웨어 개발자

Manage Asana tasks, projects, and workspaces via MCP

2026-04-29
create-great-prompts
소프트웨어 개발자

Write effective prompts for LLM agents — system prompts, workflow instructions, skill files, and agent configurations. Use when creating or improving prompts that agents will execute.

2026-04-29
drive-to-done
소프트웨어 개발자

Drive a task all the way to a verified done state — write DoD first, verify each item with evidence, stop only at named stop conditions.

2026-04-29
이 저장소에서 수집된 skills 24개 중 상위 8개를 표시합니다.
moa-solve
기타 컴퓨터 관련 직업

Use when you have a HARD, open-ended, high-stakes problem worth throwing multiple AI models at and pulling the best solution out — architecture decisions, strategy design, thorny debugging, research synthesis, "what am I missing", tool/system design. This is the SOLVE counterpart to multi-review (which critiques an existing artifact). It fans the problem out to a role-differentiated panel of model families (proposer layer), then the caller acts as aggregator and builds a NEW best-of-breed answer via a component ledger — not an average, not a cut-and-paste splice. Also encodes WHEN NOT to use a panel (most problems), routing to a single strong model or the commodity openrouter/fusion instead. Accumulates a persistent model-task-fit knowledge base so future runs pick the right models for the right roles.

2026-07-15
trust-framework
프로젝트 관리 전문가

Use to govern your own autonomy, deciding when to act on your own versus ask for approval, and earning more freedom over time the way a new employee earns trust through training and repetition. Group your capabilities into skill buckets, classify every action as a reversible (two-way) or irreversible (one-way) door, hold a trust level per bucket (L1 supervised, L2 guardrailed, L3 autonomous), and keep an honest markdown ledger of your decisions that you read back to promote or demote yourself. Load when setting up your autonomy rules or when a consequential act-vs-ask decision comes up.

2026-07-10
grok-search
시장조사 분석가·마케팅 전문가

On-demand real-time web and X (Twitter) search via xAI's Grok. Reach for this when the user explicitly wants Grok to search, or asks for real-time / breaking / X-Twitter-native results that a general web search misses. Not the default web search — a named tool you invoke deliberately.

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

Use when a Hermes MEMORY.md or USER.md file is too large, bloated, stale, or over the recommended cap and you need to reduce prompt footprint without losing important facts. Applies a lossless memory diet: compress, relocate to SOUL.md/USER.md/AGENTS.md/context files, offload long-tail facts to the memory provider, convert reusable procedures into skills, then drop only stale or duplicate material. Includes dry-run, diff, and review gates before any write.

2026-06-29
google-docs
데스크톱 출판 전문가

Use when creating, importing, formatting, editing, exporting, or quality-checking Google Docs from agent-generated markdown or local files.

2026-06-23
google-sheets
데스크톱 출판 전문가

Use when creating, populating, formatting, importing, exporting, or quality-checking Google Sheets from CSV, JSON arrays, or computed tabular data.

2026-06-23
google-slides
데스크톱 출판 전문가

Use when creating, importing, exporting, or quality-checking Google Slides decks via markdown-to-PPTX conversion and Drive import.

2026-06-23
mini-app
네트워크·컴퓨터 시스템 관리자

Use when adding, removing, password-protecting, or troubleshooting a mini-app served by the Hermes app-router (Caddy + PM2 + an Express auth sidecar + Tailscale Serve/Funnel) on a host. Covers install, the Caddy route pattern, the auth sidecar conventions, exposing Hermes dashboards behind a password, the web_dist build step, the HTTPS Secure-cookie requirement, and the recurring pitfalls (Tailscale serve resets, the PM2 $HOME trap, funnel-eligible ports, strip-prefix requirements).

2026-06-17
이 저장소에서 수집된 skills 17개 중 상위 8개를 표시합니다.
brainstorm-synthesis
컴퓨터 시스템 분석가

Use when facing hard architectural decisions, multiple valid approaches exist, need diverse perspectives before committing, or want M-of-N synthesis on complex problems

2026-05-17
brainstorming
컴퓨터·정보 시스템 관리자

Use when rough ideas need design before code, requirements are fuzzy, multiple approaches exist, or you need to explore options before implementation

2026-05-04
mcp-debug
컴퓨터 사용자 지원 전문가

Use when testing MCP servers, debugging MCP tool responses, exploring MCP capabilities, or diagnosing why an MCP tool returns unexpected data

2026-05-04
systematic-debugging
소프트웨어 개발자

Use when debugging bugs, test failures, unexpected behavior, or needing to find root cause before fixing

2026-05-04
learn
프로젝트 관리 전문가

Use when managing project learnings - view, add, search, prune, or export operational knowledge that persists across sessions

2026-04-01
ship
소프트웨어 개발자

Use when shipping code - complete workflow: merge main, run tests, multi-review with auto-fix, commit, push, create PR. Replaces manual commit-push-pr flows.

2026-04-01
kungfu
컴퓨터 사용자 지원 전문가

Use when finding new AI agent skills, discovering capabilities, installing skills from GitHub, searching skill marketplaces, or expanding what Claude can do - like Neo downloading martial arts in The Matrix

2026-02-28
vercel-react-best-practices
소프트웨어 개발자

Use when writing, reviewing, or refactoring React or Next.js code, optimizing React performance, fixing re-render issues, reducing bundle size, eliminating waterfalls, or improving data fetching patterns

2026-02-28
이 저장소에서 수집된 skills 15개 중 상위 8개를 표시합니다.
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다