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

agentpane

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

수집된 skills
47
Stars
5
업데이트
2026-05-04
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

codex-cli-runtime
소프트웨어 개발자

Internal helper contract for calling the codex-companion runtime from Claude Code

2026-05-04
terraform-style-guide
소프트웨어 개발자

Comprehensive guide for Terraform code style, formatting, and best practices based on HashiCorp's official standards and Azure Verified Modules (AVM) requirements. Use when writing or reviewing Terraform configurations, formatting code, organizing files and modules, establishing team conventions, managing version control, ensuring code quality and consistency across infrastructure projects, or developing Azure Verified Modules.

2026-05-04
agent-browser
소프트웨어 개발자

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-05-04
design-engineer
그래픽 디자이너

Design engineering for Codex. Build interfaces with craft, memory, and enforcement. Maintains consistent design decisions across sessions - make choices once, enforce them automatically.

2026-05-04
implement-plan
소프트웨어 개발자

Implement plan using concurrent opus agents and verify completion

2026-05-04
integration-test-coverage
소프트웨어 품질 보증 분석가·테스터

Deterministic integration test coverage analysis using off-the-shelf tooling. Use this skill whenever the user asks about test coverage, coverage gaps, untested code, what needs testing, or wants to improve integration test coverage. Also trigger when the user says 'run coverage', 'check coverage', 'coverage report', 'what's untested', 'find gaps', or has just implemented a feature and wants to know what integration tests are missing. This skill runs real tools and produces data-driven reports — not guesswork.

2026-05-04
release-automerge
소프트웨어 개발자

use this skill once completed all testing to create PR and automerge once gha issues are resolved

2026-05-04
agentpane-cli
소프트웨어 개발자

Manage AgentPane codespaces, tasks, agents, sessions, and worktrees from the CLI. Use when the user needs to list/create/manage tasks, start/stop agents, view session events, check git status, or interact with the AgentPane API programmatically.

2026-05-04
github-speckit-tester
소프트웨어 품질 보증 분석가·테스터

Test harness for executing Speckit workflows non-interactively using subagents. Use when you need to test the complete Speckit pipeline (Phase 0 → Phase 3) or individual phases, validate artifact generation across all commands, automate testing of specification-to-implementation workflows, or verify cross-phase consistency. This skill orchestrates the execution of all Speckit commands in order without user intervention.

2026-05-04
terraform-stacks
소프트웨어 개발자

Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, or private registry, or private registry sources, managing multi-region or multi-environment infrastructure, or troubleshooting Terraform Stacks syntax and structure.

2026-05-04
terraform-test
소프트웨어 개발자

Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution. Terraform test is typically used when validating Terraform modules.

2026-05-04
agentpane-cli
소프트웨어 개발자

Manage AgentPane codespaces, tasks, agents, sessions, and worktrees from the CLI. Use when the user needs to list/create/manage tasks, start/stop agents, view session events, check git status, or interact with the AgentPane API programmatically.

2026-04-20
azure-verified-modules
소프트웨어 개발자

Azure Verified Modules (AVM) requirements and best practices for developing certified Azure Terraform modules. Use when creating or reviewing Azure modules that need AVM certification.

2026-04-05
gh-workflow
소프트웨어 개발자

">"

2026-04-05
provider-actions
소프트웨어 개발자

Implement Terraform Provider actions using the Plugin Framework. Use when developing imperative operations that execute at lifecycle events (before/after create, update, destroy).

2026-04-05
provider-golangci-lint-uplift
소프트웨어 개발자

>-

2026-04-05
provider-new-terraform-provider
소프트웨어 개발자

Use this when scaffolding a new Terraform provider.

2026-04-05
provider-resources
소프트웨어 개발자

Implement Terraform Provider resources and data sources using the Plugin Framework. Use when developing CRUD operations, schema design, state management, and acceptance testing for provider resources.

2026-04-05
provider-run-acceptance-tests
소프트웨어 품질 보증 분석가·테스터

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.

2026-04-05
provider-test-patterns
소프트웨어 품질 보증 분석가·테스터

>-

2026-04-05
provider-test-speed
소프트웨어 품질 보증 분석가·테스터

"Analyze and optimize Terraform provider acceptance test execution for maximum speed with 100% pass rate. Use when the user wants to run tests faster, analyze test timing, find slow tests, parallelize test execution, or optimize their test suite's throughput. Also use when the user mentions "test speed", "slow tests", "parallel tests", "test performance", "speed up tests", or asks why tests take so long."

2026-04-05
terraform-style-guide
소프트웨어 개발자

Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.

2026-04-05
terraform-test
소프트웨어 품질 보증 분석가·테스터

Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.

2026-04-05
tf-architecture-patterns
소프트웨어 개발자

Terraform module design patterns, resource composition conventions, and project structure standards. Use when designing module structure, choosing resource composition patterns, or setting up project layout for AWS Terraform modules.

2026-04-05
tf-consumer-e2e
소프트웨어 품질 보증 분석가·테스터

Non-interactive test harness for end-to-end Terraform consumer workflow testing. Runs full `/tf-consumer-plan` -> `/tf-consumer-implement` cycle with test defaults, bypassing user prompts for automated validation.

2026-04-05
tf-consumer-implement
소프트웨어 개발자

SDD Phases 3-4 for consumer provisioning. Implementation and validation from an existing consumer-design.md. Composes modules, validates, deploys to sandbox, creates PR.

2026-04-05
tf-consumer-plan
프로젝트 관리 전문가

SDD Phases 1-2 for consumer provisioning. Clarify requirements, research private registry modules, produce consumer-design.md, and await human approval before any code is written.

2026-04-05
tf-domain-category
소프트웨어 개발자

8 category ambiguity taxonomy for Terraform infrastructure specifications. Structured scan methodology, prioritization heuristics, and clarification question patterns. Use when scanning Terraform specifications for ambiguity, missing decision points, or underspecified requirements.

2026-04-05
tf-judge-criteria
소프트웨어 품질 보증 분석가·테스터

Scoring rubrics, severity classification, evaluation methodology, and iterative refinement protocol for Terraform code quality assessment.

2026-04-05
tf-module-e2e
소프트웨어 품질 보증 분석가·테스터

Non-interactive test harness for end-to-end Terraform workflow testing. Runs full `/tf-module-plan` -> `/tf-module-implement` cycle with test defaults, bypassing user prompts for automated validation. Pass the prompt filename as the skill argument.

2026-04-05
tf-module-implement
소프트웨어 개발자

SDD Phases 3-4. TDD implementation and validation from an existing design.md. Writes tests first, builds module, validates, creates PR.

2026-04-05
tf-module-plan
소프트웨어 개발자

SDD Phases 1-2. Clarify requirements, research, produce design.md, and await human approval before any code is written.

2026-04-05
tf-module-refactor
소프트웨어 개발자

Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

2026-04-05
tf-provider-implement
소프트웨어 개발자

SDD Phases 3-4 for provider development. TDD implementation and validation from an existing provider-design-{resource}.md.

2026-04-05
tf-provider-plan
소프트웨어 개발자

SDD Phases 1-2 for provider development. Clarify requirements, research, produce provider-design-{resource}.md, and await human approval before any code is written.

2026-04-05
tf-report-template
소프트웨어 개발자

Validation results summary template for Phase 4 output. Provides the format for reporting terraform test, validate, fmt, tflint, pre-commit, trivy, and security checklist results.

2026-04-05
tf-research
소프트웨어 개발자

Research strategies for AWS documentation, provider docs, and public registry patterns. Use when researching AWS services, investigating provider resources, or studying public registry modules for design patterns.

2026-04-05
tf-runtask
소프트웨어 개발자

"Retrieve and display Terraform Cloud/Enterprise run task results for a given run. Use this skill whenever the user asks about run task results, run task checks, task stage statuses, or wants to inspect what run tasks reported for a Terraform Cloud/Enterprise run. Triggers on phrases like "check the run tasks", "what did the run tasks say", "show run task results", "get task results for run-xxx", or any reference to run task outcomes on a specific run."

2026-04-05
tf-security-baselines
정보 보안 분석가

AWS security assessment domains, risk rating framework, CIS/NIST reference baselines, and evidence-based finding format. Use when reviewing AWS security posture, assessing risk, or applying CIS/NIST baselines to Terraform configurations.

2026-04-05
integration-test-coverage
소프트웨어 품질 보증 분석가·테스터

Deterministic integration test coverage analysis using off-the-shelf tooling. Use this skill whenever the user asks about test coverage, coverage gaps, untested code, what needs testing, or wants to improve integration test coverage. Also trigger when the user says 'run coverage', 'check coverage', 'coverage report', 'what's untested', 'find gaps', or has just implemented a feature and wants to know what integration tests are missing. This skill runs real tools and produces data-driven reports — not guesswork.

2026-04-01
이 저장소에서 수집된 skills 47개 중 상위 40개를 표시합니다.