Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

botfiles

botfiles에는 code0100fun에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
1
업데이트
2026-02-22
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

elixir-guidelines
소프트웨어 개발자

Core Elixir language guidelines covering common pitfalls like list access, immutability, module organization, struct access, date/time handling, and OTP patterns. Use when writing or reviewing Elixir code.

2026-02-22
ecto-guidelines
소프트웨어 개발자

Ecto best practices covering preloading, schema types, changeset validation, field access, security, and migration conventions. Use when working with Ecto schemas, changesets, queries, or migrations.

2026-02-08
elixir-testing
소프트웨어 품질 보증 분석가·테스터

Best practices for testing Elixir applications with Ecto.SQL.Sandbox, including background process handling, Oban testing, and test output quality. Use when writing or reviewing Elixir tests.

2026-02-08
heex-templates
소프트웨어 개발자

Phoenix HEEx template rules covering interpolation syntax, form building, class lists, conditional rendering, comments, and common anti-patterns. Use when writing or reviewing HEEx templates.

2026-02-08
liveview-guidelines
소프트웨어 개발자

Phoenix LiveView patterns covering streams, JavaScript interop (hooks, colocated scripts, push events), testing, and form handling. Use when building or reviewing LiveView features.

2026-02-08
phoenix-guidelines
소프트웨어 개발자

Phoenix 1.8 framework conventions covering layouts, routing, components, icons, forms, HTTP clients, and design file handling. Use when building or reviewing Phoenix web applications.

2026-02-08
tailwind-v4
웹 개발자

Tailwind CSS v4 configuration and usage guidelines for Phoenix projects, plus UI/UX design principles. Use when styling Phoenix applications or building user interfaces.

2026-02-08
ansible-ops
네트워크·컴퓨터 시스템 관리자

Ansible operations patterns covering playbook execution, secret management with 1Password, task automation, and security best practices. Use when writing or running Ansible playbooks.

2026-02-08
docker-swarm
네트워크·컴퓨터 시스템 관리자

Docker Swarm deployment patterns covering stack deployments, networking, TLS certificates, NFS permissions, Portainer management, and GPU workloads. Use when deploying or managing Docker Swarm services.

2026-02-08
repeatable-deployments
네트워크·컴퓨터 시스템 관리자

Philosophy and practices for ensuring all infrastructure changes are codified, reproducible, and validated. Use when making infrastructure changes, deploying services, or reviewing operational procedures.

2026-02-08
terraform-safety
네트워크·컴퓨터 시스템 관리자

Critical safety rules for Terraform operations to prevent accidental resource destruction. Use before any terraform plan/apply operation, especially when modifying VM or resource definitions.

2026-02-08
beads-issue-tracker
프로젝트 관리 전문가

Guide for using Beads (bd/beads), a local-first issue tracker that stores issues as plain text files. Use when managing project issues, tracking work across sessions, or following issue-tracking workflows.

2026-02-08
commit-message-guide
소프트웨어 개발자

Guide for creating well-structured conventional commits. Use when creating git commits, drafting commit messages, or reviewing commit message quality.

2026-02-08
session-completion
소프트웨어 개발자

Protocol for cleanly ending a work session including filing issues, running quality gates, updating status, committing, and handing off context. Use when wrapping up a coding session.

2026-02-08
error-handling-validator
소프트웨어 개발자

Validates proper error handling patterns in Zig code including custom error sets, error context, and error propagation. Use when writing error-prone code, reviewing error handling, or debugging error cases.

2026-02-08
memory-leak-detector
소프트웨어 품질 보증 분석가·테스터

Detects potential memory leaks in Zig code by checking allocation/deallocation patterns, defer statements, and test cleanup. Use when reviewing code changes, writing new code with allocations, or debugging memory issues.

2026-02-08
safety-checker
소프트웨어 개발자

Identifies unsafe operations in Zig code including pointer casts, bounds checking, null pointer dereferences, and undefined behavior. Use when writing low-level code, reviewing safety-critical sections, or debugging crashes.

2026-02-08
zig-arraylist
소프트웨어 개발자

Reference for Zig 0.15+ ArrayList API which passes the allocator to each method call instead of at initialization. Use when working with ArrayLists in Zig 0.15+.

2026-02-08
zig-style-enforcer
소프트웨어 개발자

Enforces Zig coding style conventions including naming, formatting, idioms, and best practices. Use when writing new code, reviewing changes, or refactoring for consistency.

2026-02-08