forked from joeseesun/qiaomu-meta-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
83 lines (83 loc) · 2.26 KB
/
Copy pathmanifest.json
File metadata and controls
83 lines (83 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "qiaomu-meta-skill",
"version": "2.8.1",
"owner": "Qiaomu",
"updated_at": "2026-08-04",
"status": "active",
"maturity_tier": "governed",
"lifecycle_stage": "library",
"context_budget_tier": "production",
"review_cadence": "quarterly",
"upstream_inspiration": "https://github.com/yaojingang/yao-meta-skill; https://github.com/joeseesun/qiaomu-skill-publisher",
"upstream_sync": {
"reviewed_commit": "e15472e1f5dc96f79ea0259bf9fdf67598cea356",
"reviewed_at": "2026-07-31",
"reviewed_through_commit_date": "2026-07-16",
"policy": "semantic adoption; do not mirror upstream wholesale"
},
"qiaomu_defaults": {
"skill_name_prefix": "qiaomu-",
"max_preferred_hyphen_parts": 3,
"copyright": "Copyright (c) 向阳乔木",
"x": "https://x.com/vista8",
"github": "https://github.com/joeseesun/"
},
"target_platforms": [
"openai",
"claude",
"generic",
"agent-skills-compatible",
"vscode"
],
"factory_components": [
"references",
"scripts",
"evals",
"reports"
],
"skill_os_2_layers": [
"intent",
"skill_ir",
"package",
"eval",
"review",
"operate"
],
"release_gates": [
"prior_art_research",
"built_in_prior_art_discovery",
"dual_catalog_discovery",
"cross_catalog_deduplication",
"resilient_catalog_fetch",
"unified_prior_art_runner",
"creation_handoff",
"advantage_evidence_labels",
"canonical_creator_authority",
"generalization_gate",
"action_boundary",
"root_entrypoint_isolation",
"validate_skill",
"version_report_consistency",
"context_budget_validation",
"export_skill_ir",
"trigger_eval",
"readme_product_page",
"install_verification",
"release_readiness_audit",
"remote_version_check",
"secret_scan",
"blind_review_integrity",
"evidence_bound_public_claims",
"self_contained_skill_publisher",
"mit_license_preparation",
"bundled_qiaomu_profile_injection",
"repository_skill_name_separation",
"feature_branch_only_publication",
"pull_request_review_and_check_gate",
"released_version_immutability",
"github_release_creation",
"npx_discovery_and_clean_install",
"non_destructive_local_sync",
"codex_skill_history_catalog"
]
}