Skip to main content
Manusで任意のスキルを実行
ワンクリックで
selfagency
GitHub クリエイタープロフィール

selfagency

9 件の GitHub リポジトリにある 98 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
98
リポジトリ
9
更新
2026-06-11
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 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 件のリポジトリを表示
すべてのリポジトリを表示しました