Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cantrip

يحتوي cantrip على 49 من skills المجمعة من tonyandrewmeyer، مع تغطية مهنية على مستوى المستودع وصفحات 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
عرض أهم 40 من أصل 49 skills مجمعة في هذا المستودع.