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

cantrip

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

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

이 저장소의 skills

preset-bundles
소프트웨어 개발자

Known-good Juju bundle shapes (COS Lite, 12-Factor + COS, Identity Platform, Charmed Kubeflow) — canonical app lists and relation edges

2026-05-26
juju-charm-actions
소프트웨어 개발자

Implementing Juju actions for operational tasks in charms. WHEN: add Juju actions to a charm, implement backup / rotate-credentials / restore actions, declare actions in charmcraft.yaml, write action handlers, test actions with Scenario, run actions with juju run.

2026-05-24
juju-charm-config
소프트웨어 개발자

Adding and validating charm configuration options. WHEN: add charm configuration options, declare config in charmcraft.yaml, validate config values in config-changed, apply config to a Pebble layer, apply config to a machine charm, write Scenario tests for config.

2026-05-24
juju-charm-py-custom
소프트웨어 개발자

End-to-end workflow for building ops-framework charms for custom applications (K8s and machine). WHEN: build a custom Juju charm, write src/charm.py with Pebble, write a machine charm with systemd, decide K8s vs machine substrate, scaffold a non-paas-charm with charmcraft init, customise the ops framework charm lifecycle.

2026-05-24
juju-charm-py-infrastructure
소프트웨어 개발자

Workflow for charming infrastructure software (databases, caches, message brokers, proxies, monitoring). WHEN: charm infrastructure software, charm a database / cache / message broker / proxy / monitoring system, implement peer relations, leader election, primary/replica failover, backup and restore actions, clustering.

2026-05-24
juju-charmcraft-yaml
소프트웨어 개발자

Expert guidance for developing, building, testing, and publishing Juju charms using charmcraft. WHEN: edit charmcraft.yaml, run charmcraft pack, run charmcraft init, manage charm libraries, publish a charm to Charmhub, set up multi-base builds, configure relations / config options, set up storage or containers.

2026-05-24
juju-harness-to-scenario
소프트웨어 품질 보증 분석가·테스터

Migrating deprecated ops.testing.Harness tests to state-transition (Scenario) tests. WHEN: migrate ops.testing.Harness tests to Scenario, modernise legacy Juju charm unit tests, rewrite Harness-based tests as state-transition tests, port relation_changed / pebble_ready / action tests off Harness.

2026-05-24
juju-jubilant-tests
소프트웨어 품질 보증 분석가·테스터

Writing integration tests for charms with Jubilant + pytest-jubilant. WHEN: write integration tests for a Juju charm, use Jubilant + pytest-jubilant, deploy charms in a test, relate to postgresql or COS, run actions in tests, write cross-model COS Lite smoke tests.

2026-05-24
juju-observability-cos
소프트웨어 개발자

Adding COS observability integration and ops-tracing to charms. WHEN: add COS observability to a charm, wire ops-tracing, expose prometheus metrics, forward logs to Loki, ship Grafana dashboards, write Prometheus alert rules, configure Alertmanager routing, add Sloth SLOs, register with the Catalogue landing page, emit SEC0045 security event logs.

2026-05-24
juju-relation-data
소프트웨어 개발자

Designing and implementing relation data bags for charm integrations. WHEN: design a Juju relation data bag, implement provider or requirer side of a charm relation, share Juju secrets over relations, design peer relations, write data validators.

2026-05-24
juju-scenario-tests
소프트웨어 품질 보증 분석가·테스터

Writing unit tests for charms with ops.testing (Scenario). WHEN: write unit tests for a Juju charm, write Scenario tests with ops.testing, test charm with State and Context, test relations / config / pebble-ready / actions / secrets / collect-status, write multi-event state-transition tests.

2026-05-24
charm-development-commands
소프트웨어 개발자

Standardised tox/make/just command names for charm projects — format, lint, unit, integration, docs

2026-05-24
charm-docs
기술 작가

Charm documentation conventions — README template, Charmhub description tabs, Diátaxis multi-page split, CONTRIBUTING

2026-05-24
charm-logging
소프트웨어 개발자

Charm logging conventions — log levels, message formatting, tense, printf-style templating, common pitfalls

2026-05-24
estate-operations
경영 분석가

Recommend Ubuntu Pro and Landscape as day-2 estate advice without confusing operators with charm requirements.

2026-05-24
juju-doctor
소프트웨어 개발자

Probe-based deployment validation with juju-doctor — scriptlet probes, rulesets, live and offline (sosreport) checks

2026-05-24
fix-broken-juju-k8s
네트워크·컴퓨터 시스템 관리자

Diagnose and recover a wedged Juju controller, k8s/microk8s cluster, or stuck concierge environment on a dev machine

2026-05-23
twelve-factor
소프트웨어 개발자

Build 12-factor PaaS charms with paas-charm — fit, rock, charm, build, push, deploy, verify.

2026-05-23
bundle
소프트웨어 개발자

Reading, modifying, and deploying existing Juju bundles (bundles are deprecated — do not create new ones)

2026-05-10
charm-improvement
소프트웨어 개발자

Auditing and improving existing charms to modern standards

2026-05-10
custom-charm
소프트웨어 개발자

End-to-end workflow for building ops-framework charms for custom applications (K8s and machine)

2026-05-10
find-bugs
소프트웨어 품질 보증 분석가·테스터

Review newly written charm code for common charm bugs before finishing a BUILD task

2026-05-10
identity-platform
소프트웨어 개발자

Wire charms to the Canonical Identity Platform (Hydra / Kratos / login-ui) for OIDC, OAuth, and federated login.

2026-05-10
observability
소프트웨어 개발자

Adding COS observability integration and ops-tracing to charms

2026-05-10
charmcraft
소프트웨어 개발자

Expert guidance for developing, building, testing, and publishing Juju charms using charmcraft

2026-04-30
infrastructure-charm
소프트웨어 개발자

Workflow for charming infrastructure software (databases, caches, message brokers, proxies, monitoring)

2026-04-30
harness-migration
소프트웨어 품질 보증 분석가·테스터

Migrating deprecated ops.testing.Harness tests to state-transition (Scenario) tests

2026-04-29
scenario-tests
소프트웨어 품질 보증 분석가·테스터

Writing unit tests for charms with ops.testing (Scenario)

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

Authoring, versioning, testing, and publishing reusable charm libraries

2026-04-29
relation-data-design
소프트웨어 개발자

Designing and implementing relation data bags for charm integrations

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

Adding and validating charm configuration options

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

Implementing Juju actions for operational tasks in charms

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

Provisioning charm development and testing environments using concierge presets and custom configuration

2026-04-25
jubilant-tests
소프트웨어 품질 보증 분석가·테스터

Writing integration tests for charms with Jubilant + pytest-jubilant

2026-04-25
benchmark
소프트웨어 개발자

Measuring charm hook performance with hook_benchmark and comparing before/after snapshots across optimisation work

2026-04-23
charm-debug
네트워크·컴퓨터 시스템 관리자

Systematic diagnosis of a running charm — status, logs, relation data, config, and secrets — followed by a symptom-to-fix table

2026-04-23
workspace
소프트웨어 품질 보증 분석가·테스터

Working across multiple related charms — manifest format, cross-charm relation design, and coordinated Jubilant integration testing

2026-04-23
charm-migration
소프트웨어 개발자

Migrating legacy charms (reactive framework, StoredState, Harness, fetch-libs) to modern ops patterns

2026-04-23
ingress
소프트웨어 개발자

Configuring HTTP ingress with Traefik for Kubernetes charms

2026-04-21
iterate-fix
소프트웨어 개발자

Deploy-test-debug retry strategy — triage failures, bound retries, escalate when stuck

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