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

selfagency

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

수집된 skills
98
저장소
9
업데이트
2026-06-11
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

cli-review-runner
소프트웨어 품질 보증 분석가·테스터

Use this skill whenever reviewing, auditing, or grading a command-line tool for agent-friendliness - it runs a black-box test suite against a target CLI and reports per-rule pass/fail from the cli-for-agents 45-rule catalog. Trigger even if the user doesn't explicitly say "agent-friendly" - apply whenever they ask "is mycli good for agents?", "review this CLI", "grade my cli against the rules", "check if this tool is safe to automate", or "audit command-line design". Companion to the cli-for-agents distillation skill.

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

Conduct comprehensive code reviews addressing syntactical and programmatic correctness, data flow, type safety (zero `any`), performance, security, API conformity, documentation consistency, best practices, and code style. Produces an exhaustively detailed remediation plan before implementing any fixes.

2026-05-28
git-mcp-workflow
소프트웨어 개발자

Use this skill for repositories managed through the git-mcp server when the task involves Git inspection, staging or committing, branches, remotes, rebase, cherry-pick, stash, bisect, worktrees, Git Flow, LFS, release tagging, PR preparation, or recovery. Prefer git-mcp tools over shell git commands, including when the user asks in raw Git terms such as git_status, git_commit, git_push, git_rebase, git_reflog, git_flow, submodules, or “undo this safely”.

2026-05-28
ink-bbs-ansi-composition
소프트웨어 개발자

Convert ANSI art composition principles into Ink UI chrome, layout, and component styling.

2026-05-28
ink-bbs-component-architecture
소프트웨어 개발자

Design React Ink component structures, props, and state for a terminal IDE with BBS chrome.

2026-05-28
ink-bbs-interaction-validation
소프트웨어 품질 보증 분석가·테스터

Validate keyboard flow, focus behavior, resize behavior, ANSI readability, and terminal usability for Ink BBS-style UIs.

2026-05-28
ink-bbs-ansi-ui
소프트웨어 개발자

Design React Ink terminal UI components for a terminal-based IDE with classic BBS / warez-scene aesthetics and ANSI art composition rules.

2026-05-28
ink-bbs-ansi-ui
소프트웨어 개발자

Design React Ink terminal UI components for a terminal-based IDE with classic BBS / warez-scene aesthetics and ANSI art composition rules.

2026-05-28
이 저장소에서 수집된 skills 73개 중 상위 8개를 표시합니다.
lint-format-typecheck-ci-hooks
소프트웨어 개발자

Install and configure JavaScript/TypeScript typechecking, linting, formatting, Git pre-commit hooks, and GitHub Actions CI checks. Use this skill when the user asks to set up or migrate code quality tooling with Husky and lint-staged, choose between Oxc (oxlint+oxfmt), Biome, or ESLint+Prettier, optionally select Rumdl as Markdown linter/formatter, add `tsc --noEmit` typechecking, configure GitHub Actions CI for check-only validation, copy existing config files, initialize configs with official tool commands, or enforce either check-only or auto-fix pre-commit behavior for TS/JS/YAML/JSON/Markdown files.

2026-04-21
1password-environments
네트워크·컴퓨터 시스템 관리자

Use this skill when setting up 1Password Environments for local development to mount named secret sets as local .env files via FIFO pipes, configuring the .1password/environments.toml file with mount paths, installing agent hooks to validate environment files before AI coding assistant execution (Claude Code, Cursor, GitHub Copilot, Windsurf), or troubleshooting FIFO .env delivery issues. Not for secrets automation or SSH key management.

2026-04-20
1password-secrets-in-code
정보 보안 분석가

Use this skill to securely integrate 1Password secrets into codebases, AI agents, or CI/CD pipelines using secret references (op://vault/item/field), the op run --env-file pattern, 1Password SDK secrets.resolve() for AI agents with service accounts, MCP server wrapping with op run to avoid plaintext secrets in mcp.json, or the GitHub Actions load-secrets-action and CircleCI secrets orb. Also use to audit a codebase for hardcoded secrets.

2026-04-20
1password
소프트웨어 개발자

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), reading/injecting/running secrets via op run or op inject, configuring shell plugins for biometric auth of CLIs (AWS, GitHub, etc.), or creating and using service accounts for programmatic vault access.

2026-04-20
1password-ssh
소프트웨어 개발자

Use this skill when setting up the 1Password SSH agent, generating or importing SSH keys into 1Password, configuring SSH clients to authenticate through 1Password (IdentityAgent, SSH_AUTH_SOCK), setting up Git commit signing with SSH keys from 1Password, configuring SSH agent forwarding for cloud development environments or remote workstations, or troubleshooting SSH authentication failures. Private keys never leave 1Password.

2026-04-20
cli-admin-automation
네트워크·컴퓨터 시스템 관리자

Automate system administration workflows on macOS and Linux. Use this skill when: setting up reproducible dev environments (Brewfile), parsing CLI command output programmatically (jc + jq), monitoring remote servers via SSH with alerts, integrating API keys and secrets securely (1Password CLI), building automation workflows (Cherri Siri Shortcuts programming), or batch-managing system configurations. Covers package management (Homebrew), structured JSON parsing (jc), SSH-based remote administration, secure credential injection, cross-platform multi-step automation, and fleet monitoring.

2026-04-20
zx-shell-scripting
소프트웨어 개발자

Write advanced shell automation scripts with Google zx, a Node.js tool that wraps subprocess execution with ergonomic template literals. Use when asked to write a shell script, bash script, or automation script in Node.js; automate CLI workflows; spawn subprocesses; pipe commands; process command output; replace a bash script with modern JavaScript; write cross-platform automation; run terminal commands programmatically; or when the user mentions zx, $`command`, shell scripting, subprocess management, or Node.js scripting. Covers: subprocess execution, piping, parallel execution, error handling with nothrow and retry, streaming output, jc JSON parsing integration, and shell one-liner idioms translated to zx.

2026-04-20
coolify
네트워크·컴퓨터 시스템 관리자

Use this skill when a user needs to inspect, troubleshoot, deploy, restart, or manage resources in a Coolify environment (self-hosted or Coolify Cloud) via the @masonator/coolify-mcp server. Trigger for requests about Coolify applications, databases, services, servers, projects, environments, deployments, environment variables, backups, private keys, GitHub app integrations, teams, or cloud tokens—even if the user does not explicitly say “Coolify” (for example: “redeploy my API”, “why is staging unhealthy?”, “restart postgres”, “what’s broken in my infra?”). Prefer Coolify MCP tools over direct API calls, curl, or ad-hoc shell commands when available.

2026-04-19
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다