opencode-skills-collection 4.0.48 → 4.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +11 -1
- package/bundled-skills/agent-qa-authoring/SKILL.md +3 -1
- package/bundled-skills/agy-delegate/SKILL.md +1 -1
- package/bundled-skills/aider-delegate/SKILL.md +1 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +1 -1
- package/bundled-skills/atlas-cloud-media/SKILL.md +52 -18
- package/bundled-skills/babysit-pr/SKILL.md +1 -1
- package/bundled-skills/boost-asio-pro/references/pre-cpp20.md +8 -1
- package/bundled-skills/check-identity-pack/SKILL.md +88 -0
- package/bundled-skills/claude-delegate/SKILL.md +1 -1
- package/bundled-skills/cline-delegate/SKILL.md +1 -1
- package/bundled-skills/codex-delegate/SKILL.md +1 -1
- package/bundled-skills/commandcode-delegate/SKILL.md +1 -1
- package/bundled-skills/copilot-delegate/SKILL.md +1 -1
- package/bundled-skills/cursor-delegate/SKILL.md +1 -1
- package/bundled-skills/detect-ai-text/SKILL.md +91 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/extract-document-data/SKILL.md +99 -0
- package/bundled-skills/find-matching-tenders/SKILL.md +100 -0
- package/bundled-skills/grok-delegate/SKILL.md +1 -1
- package/bundled-skills/inngest/SKILL.md +2 -0
- package/bundled-skills/kimi-delegate/SKILL.md +1 -1
- package/bundled-skills/liuguang-banlan-ui/SKILL.md +6 -4
- package/bundled-skills/liuguang-banlan-ui/scripts/manifest_parser.py +178 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/measure_preview.py +14 -17
- package/bundled-skills/liuguang-banlan-ui/scripts/validate_manifest.py +12 -16
- package/bundled-skills/lovable-cleanup/SKILL.md +32 -6
- package/bundled-skills/lovable-cleanup/references/favicon-vercel-cleanup.md +106 -0
- package/bundled-skills/lovable-cleanup/scripts/write-transparent-favicon.js +88 -0
- package/bundled-skills/multi-source-search/scripts/validate_report.py +5 -0
- package/bundled-skills/omp-delegate/SKILL.md +1 -1
- package/bundled-skills/opencode-delegate/SKILL.md +1 -1
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +8 -5
- package/bundled-skills/pi-delegate/SKILL.md +1 -1
- package/bundled-skills/prompt-caching/SKILL.md +3 -1
- package/bundled-skills/qoder-delegate/SKILL.md +1 -1
- package/bundled-skills/screen-adverse-media/SKILL.md +100 -0
- package/bundled-skills/slideops/SKILL.md +201 -0
- package/bundled-skills/trigger-dev/SKILL.md +2 -0
- package/bundled-skills/unsloth-finetuning/SKILL.md +45 -2
- package/bundled-skills/upstash-qstash/SKILL.md +1 -1
- package/bundled-skills/upstash-ratelimit/SKILL.md +186 -0
- package/bundled-skills/upstash-redis/SKILL.md +156 -0
- package/bundled-skills/verify-citations/SKILL.md +88 -0
- package/bundled-skills/verify-document/SKILL.md +94 -0
- package/bundled-skills/vibe-delegate/SKILL.md +1 -1
- package/bundled-skills/warp-delegate/SKILL.md +1 -1
- package/bundled-skills/zcode-delegate/SKILL.md +1 -1
- package/package.json +1 -1
- package/skills_index.json +347 -21
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-
|
|
3
|
+
"updatedAt": "2026-09-02T01:43:44.724Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -422,6 +422,7 @@
|
|
|
422
422
|
"changelog-automation",
|
|
423
423
|
"changelog-updates",
|
|
424
424
|
"chat-widget",
|
|
425
|
+
"check-identity-pack",
|
|
425
426
|
"chrome-extension-developer",
|
|
426
427
|
"churn-prevention",
|
|
427
428
|
"ci-cd-and-automation",
|
|
@@ -691,6 +692,7 @@
|
|
|
691
692
|
"design-taste-frontend",
|
|
692
693
|
"design-thinking",
|
|
693
694
|
"design-ux",
|
|
695
|
+
"detect-ai-text",
|
|
694
696
|
"deterministic-design",
|
|
695
697
|
"dev-to-hashnode",
|
|
696
698
|
"devcontainer-setup",
|
|
@@ -807,6 +809,7 @@
|
|
|
807
809
|
"expo-ui",
|
|
808
810
|
"expo-ui-jetpack-compose",
|
|
809
811
|
"expo-ui-swift-ui",
|
|
812
|
+
"extract-document-data",
|
|
810
813
|
"fable-safe-prompt",
|
|
811
814
|
"fact-check-x-complete",
|
|
812
815
|
"faf-context",
|
|
@@ -839,6 +842,7 @@
|
|
|
839
842
|
"filesystem-context",
|
|
840
843
|
"find-bugs",
|
|
841
844
|
"find-complementary-founders",
|
|
845
|
+
"find-matching-tenders",
|
|
842
846
|
"finishing-a-development-branch",
|
|
843
847
|
"firebase",
|
|
844
848
|
"firecrawl-scraper",
|
|
@@ -1637,6 +1641,7 @@
|
|
|
1637
1641
|
"schema-markup-generator",
|
|
1638
1642
|
"scientific-writing",
|
|
1639
1643
|
"scikit-learn",
|
|
1644
|
+
"screen-adverse-media",
|
|
1640
1645
|
"screen-reader-testing",
|
|
1641
1646
|
"screenshots",
|
|
1642
1647
|
"screenstudio-alt",
|
|
@@ -1754,6 +1759,7 @@
|
|
|
1754
1759
|
"slack-bot-builder",
|
|
1755
1760
|
"slack-gif-creator",
|
|
1756
1761
|
"sleep-analyzer",
|
|
1762
|
+
"slideops",
|
|
1757
1763
|
"slo-implementation",
|
|
1758
1764
|
"smart-git-automation",
|
|
1759
1765
|
"smartui-skill",
|
|
@@ -1966,6 +1972,8 @@
|
|
|
1966
1972
|
"update-swiftui-apis",
|
|
1967
1973
|
"upgrading-expo",
|
|
1968
1974
|
"upstash-qstash",
|
|
1975
|
+
"upstash-ratelimit",
|
|
1976
|
+
"upstash-redis",
|
|
1969
1977
|
"us-property-data",
|
|
1970
1978
|
"usage-based-pricing",
|
|
1971
1979
|
"use-dom",
|
|
@@ -1994,6 +2002,8 @@
|
|
|
1994
2002
|
"vercel-optimize",
|
|
1995
2003
|
"vercel-react-view-transitions",
|
|
1996
2004
|
"verification-before-completion",
|
|
2005
|
+
"verify-citations",
|
|
2006
|
+
"verify-document",
|
|
1997
2007
|
"vexor",
|
|
1998
2008
|
"vexor-cli",
|
|
1999
2009
|
"vibe-code-auditor",
|
|
@@ -42,7 +42,9 @@ Author Agent QA tests, suites, and hooks without inventing schema fields or iden
|
|
|
42
42
|
4. Generate every new ID with Agent QA tooling:
|
|
43
43
|
- MCP: `agent_qa_generate_id`
|
|
44
44
|
- CLI fallback: `agent-qa ids generate <test|suite|hook|run|observation>`
|
|
45
|
-
-
|
|
45
|
+
- If neither surface is already installed, stop and ask the user to approve
|
|
46
|
+
an exact Agent QA installation. Do not fetch and execute the package at
|
|
47
|
+
runtime through `npx` or another moving package reference.
|
|
46
48
|
5. Never hand-write IDs. Validate existing IDs with `agent_qa_validate_id` or `agent-qa ids validate <type> <id> --json`.
|
|
47
49
|
6. Validate definitions before saving:
|
|
48
50
|
- Tests: `agent_qa_validate_test` or `agent_qa_validate_definition` with `kind: "test"`
|
|
@@ -3,7 +3,7 @@ name: agy-delegate
|
|
|
3
3
|
description: Delegate coding tasks to the Google Antigravity CLI (`agy`) only when
|
|
4
4
|
the user explicitly requests it, while the orchestrator retains review and landing
|
|
5
5
|
responsibility.
|
|
6
|
-
risk:
|
|
6
|
+
risk: critical
|
|
7
7
|
category: agent-orchestration
|
|
8
8
|
source: https://github.com/amElnagdy/delegate-skills
|
|
9
9
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: aider-delegate
|
|
3
3
|
description: Delegate coding tasks to Aider (`aider`) only when the user explicitly
|
|
4
4
|
requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -258,7 +258,7 @@ def fetch_with_retry(url: str, max_retries: int = 3, **kwargs) -> httpx.Response
|
|
|
258
258
|
## Limitations
|
|
259
259
|
|
|
260
260
|
- This skill does not replace environment-specific validation, testing, or expert review.
|
|
261
|
-
- Token bucket is approximate for distributed systems — use Redis-backed rate limiting for multi-instance deployments.
|
|
261
|
+
- Token bucket is approximate for distributed systems — use Redis-backed rate limiting for multi-instance deployments (for example the `upstash-ratelimit` skill, or any shared-store limiter).
|
|
262
262
|
- Some APIs use non-standard rate limit headers; check provider documentation.
|
|
263
263
|
- The elapsed-time cap shown here bounds retry waits, not a single hung network call; combine it with an `AbortSignal` or client timeout.
|
|
264
264
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: atlas-cloud-media
|
|
3
3
|
description: "Generate Atlas Cloud images and videos through its asynchronous media API with schema-first model selection and credential-safe polling."
|
|
4
4
|
category: media
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
source: self
|
|
7
7
|
source_type: self
|
|
8
8
|
date_added: "2026-08-12"
|
|
@@ -64,6 +64,19 @@ Do not guess parameters from another model, because names such as `size`,
|
|
|
64
64
|
|
|
65
65
|
## Workflow
|
|
66
66
|
|
|
67
|
+
### 0. Create a Private Per-Run Workspace
|
|
68
|
+
|
|
69
|
+
Run the remaining shell snippets in the same shell session. Create a private
|
|
70
|
+
directory before writing prompts, responses, prediction IDs, or signed URLs;
|
|
71
|
+
the parameter expansion in later steps fails closed when this setup was skipped.
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
umask 077
|
|
75
|
+
atlas_tmp_dir=$(mktemp -d "${TMPDIR:-/tmp}/atlas-cloud-media.XXXXXXXX") || exit 1
|
|
76
|
+
chmod 700 -- "$atlas_tmp_dir"
|
|
77
|
+
trap 'rm -rf -- "$atlas_tmp_dir"' EXIT
|
|
78
|
+
```
|
|
79
|
+
|
|
67
80
|
### 1. Discover and Validate a Model
|
|
68
81
|
|
|
69
82
|
Fetch the catalog, filter by `type` (`Image` or `Video`), and match the user's
|
|
@@ -76,10 +89,10 @@ Example discovery request:
|
|
|
76
89
|
```bash
|
|
77
90
|
curl --fail --silent --show-error \
|
|
78
91
|
"https://api.atlascloud.ai/api/v1/models" \
|
|
79
|
-
--output /
|
|
92
|
+
--output "${atlas_tmp_dir:?run private workspace setup first}/models.json"
|
|
80
93
|
|
|
81
94
|
jq -r '.data[] | select(.type == "Image") | [.model, .displayName, .schema] | @tsv' \
|
|
82
|
-
/
|
|
95
|
+
"$atlas_tmp_dir/models.json"
|
|
83
96
|
```
|
|
84
97
|
|
|
85
98
|
### 2. Submit One Generation Task
|
|
@@ -94,15 +107,15 @@ jq -n \
|
|
|
94
107
|
--arg model "qwen-image-3.0/text-to-image" \
|
|
95
108
|
--arg prompt "A paper-cut city map in blue and white, clean editorial style" \
|
|
96
109
|
'{model: $model, prompt: $prompt, size: "1024*1024", n: 1}' \
|
|
97
|
-
> /
|
|
110
|
+
> "${atlas_tmp_dir:?run private workspace setup first}/request.json"
|
|
98
111
|
|
|
99
112
|
curl --fail --silent --show-error \
|
|
100
113
|
--request POST \
|
|
101
114
|
"https://api.atlascloud.ai/api/v1/model/generateImage" \
|
|
102
115
|
--header "Authorization: Bearer $ATLASCLOUD_API_KEY" \
|
|
103
116
|
--header "Content-Type: application/json" \
|
|
104
|
-
--data
|
|
105
|
-
--output /
|
|
117
|
+
--data @"$atlas_tmp_dir/request.json" \
|
|
118
|
+
--output "$atlas_tmp_dir/submit.json"
|
|
106
119
|
```
|
|
107
120
|
|
|
108
121
|
Video example using a catalog-confirmed model:
|
|
@@ -119,15 +132,15 @@ jq -n \
|
|
|
119
132
|
ratio: "16:9",
|
|
120
133
|
generate_audio: false,
|
|
121
134
|
watermark: false
|
|
122
|
-
}' > /
|
|
135
|
+
}' > "${atlas_tmp_dir:?run private workspace setup first}/request.json"
|
|
123
136
|
|
|
124
137
|
curl --fail --silent --show-error \
|
|
125
138
|
--request POST \
|
|
126
139
|
"https://api.atlascloud.ai/api/v1/model/generateVideo" \
|
|
127
140
|
--header "Authorization: Bearer $ATLASCLOUD_API_KEY" \
|
|
128
141
|
--header "Content-Type: application/json" \
|
|
129
|
-
--data
|
|
130
|
-
--output /
|
|
142
|
+
--data @"$atlas_tmp_dir/request.json" \
|
|
143
|
+
--output "$atlas_tmp_dir/submit.json"
|
|
131
144
|
```
|
|
132
145
|
|
|
133
146
|
Check that `.data.id` is a non-empty string before polling. Treat a non-2xx
|
|
@@ -142,21 +155,21 @@ for diagnostics, but never log request headers or the API key.
|
|
|
142
155
|
|
|
143
156
|
```bash
|
|
144
157
|
prediction_id=$(jq -er '.data.id | select(type == "string" and length > 0)' \
|
|
145
|
-
/
|
|
158
|
+
"${atlas_tmp_dir:?run private workspace setup first}/submit.json")
|
|
146
159
|
|
|
147
160
|
for attempt in $(seq 1 200); do
|
|
148
161
|
sleep 3
|
|
149
162
|
curl --fail --silent --show-error \
|
|
150
163
|
"https://api.atlascloud.ai/api/v1/model/prediction/$prediction_id" \
|
|
151
164
|
--header "Authorization: Bearer $ATLASCLOUD_API_KEY" \
|
|
152
|
-
--output /
|
|
165
|
+
--output "$atlas_tmp_dir/prediction.json"
|
|
153
166
|
|
|
154
|
-
status=$(jq -r '.data.status // "unknown"' /
|
|
167
|
+
status=$(jq -r '.data.status // "unknown"' "$atlas_tmp_dir/prediction.json")
|
|
155
168
|
case "$status" in
|
|
156
169
|
completed|succeeded) break ;;
|
|
157
170
|
failed|timeout)
|
|
158
171
|
jq -r '.data.error // "Atlas Cloud generation failed"' \
|
|
159
|
-
/
|
|
172
|
+
"$atlas_tmp_dir/prediction.json" >&2
|
|
160
173
|
exit 1
|
|
161
174
|
;;
|
|
162
175
|
esac
|
|
@@ -174,14 +187,33 @@ file's content type and size before treating it as a valid deliverable.
|
|
|
174
187
|
|
|
175
188
|
```bash
|
|
176
189
|
output_url=$(jq -er '.data.outputs[0] | select(startswith("https://"))' \
|
|
177
|
-
/
|
|
190
|
+
"${atlas_tmp_dir:?run private workspace setup first}/prediction.json")
|
|
178
191
|
|
|
179
192
|
curl --fail --silent --show-error --location \
|
|
180
193
|
"$output_url" \
|
|
181
|
-
--output
|
|
182
|
-
|
|
183
|
-
test -s
|
|
184
|
-
file
|
|
194
|
+
--output "$atlas_tmp_dir/output.bin"
|
|
195
|
+
|
|
196
|
+
test -s "$atlas_tmp_dir/output.bin"
|
|
197
|
+
file "$atlas_tmp_dir/output.bin"
|
|
198
|
+
|
|
199
|
+
# ATLAS_OUTPUT_DIR must be the user-approved destination. Resolve it to a
|
|
200
|
+
# physical directory, copy into an exclusive same-directory temporary file,
|
|
201
|
+
# then create the final name with one atomic hard-link operation. `ln` fails if
|
|
202
|
+
# any target already exists, including a dangling symlink.
|
|
203
|
+
atlas_output_dir=$(cd -- "${ATLAS_OUTPUT_DIR:?set the approved output directory}" && pwd -P) || exit 1
|
|
204
|
+
atlas_output_path="$atlas_output_dir/atlas-output.bin"
|
|
205
|
+
if ! (
|
|
206
|
+
set -eu
|
|
207
|
+
umask 077
|
|
208
|
+
atlas_publish_tmp=$(mktemp "$atlas_output_dir/.atlas-output.XXXXXXXX")
|
|
209
|
+
trap 'rm -f -- "$atlas_publish_tmp"' EXIT
|
|
210
|
+
cp -- "$atlas_tmp_dir/output.bin" "$atlas_publish_tmp"
|
|
211
|
+
chmod 644 -- "$atlas_publish_tmp"
|
|
212
|
+
ln -- "$atlas_publish_tmp" "$atlas_output_path"
|
|
213
|
+
); then
|
|
214
|
+
printf '%s\n' "Refusing to overwrite or redirect $atlas_output_path" >&2
|
|
215
|
+
exit 1
|
|
216
|
+
fi
|
|
185
217
|
```
|
|
186
218
|
|
|
187
219
|
Rename the file only after its detected type is known. Report the local path,
|
|
@@ -205,6 +237,8 @@ or decode validation.
|
|
|
205
237
|
## Best Practices
|
|
206
238
|
|
|
207
239
|
- Use the public catalog and per-model schema immediately before generation.
|
|
240
|
+
- Keep request and response artifacts in one private per-run directory and let
|
|
241
|
+
the exit trap remove them, especially prediction payloads with signed URLs.
|
|
208
242
|
- Submit one task at a time unless the user explicitly approves a batch and its
|
|
209
243
|
cost.
|
|
210
244
|
- Keep prompts, reference-media rights, and provider content policies visible
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: babysit-pr
|
|
3
3
|
description: 'Babysit a pull request through its bot review rounds: verify, fix, reply,
|
|
4
4
|
resolve. Use for any babysit or watch-the-PR ask.'
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: code-quality
|
|
7
7
|
source: https://github.com/amElnagdy/review-skills
|
|
8
8
|
source_repo: amElnagdy/review-skills
|
|
@@ -112,13 +112,20 @@ void arm_timeout() {
|
|
|
112
112
|
// members, NOT locals — they must survive until the handler runs
|
|
113
113
|
uint32_t len_be_;
|
|
114
114
|
std::string body_;
|
|
115
|
+
static constexpr std::uint32_t max_frame_size = 1U << 20; // protocol limit: 1 MiB
|
|
115
116
|
|
|
116
117
|
void read_frame() {
|
|
117
118
|
auto self = shared_from_this();
|
|
118
119
|
asio::async_read(socket_, asio::buffer(&len_be_, sizeof len_be_),
|
|
119
120
|
asio::bind_executor(strand_, [this, self](boost::system::error_code ec, std::size_t) {
|
|
120
121
|
if (ec) return;
|
|
121
|
-
|
|
122
|
+
const std::uint32_t frame_length = ntohl(len_be_);
|
|
123
|
+
if (frame_length > max_frame_size) {
|
|
124
|
+
boost::system::error_code ignored;
|
|
125
|
+
socket_.close(ignored); // reject before allocation
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
body_.assign(static_cast<std::size_t>(frame_length), '\0');
|
|
122
129
|
asio::async_read(socket_, asio::buffer(body_), // read exactly N bytes
|
|
123
130
|
asio::bind_executor(strand_, [this, self](boost::system::error_code ec2, std::size_t) {
|
|
124
131
|
if (ec2) return;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: check-identity-pack
|
|
3
|
+
description: Run an AFP 100-point or AUSTRAC safe-harbour identity check over a set of documents, and report exactly what's missing. Use when the user asks to check identity documents, verify someone's ID for onboarding, or assess whether a document pack satisfies Australian identity requirements.
|
|
4
|
+
category: document-verification
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Sketchjar/stipple-agent-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-08-31"
|
|
10
|
+
author: Sketchjar
|
|
11
|
+
tags: [document-verification, fact-checking, stipple, authenticity]
|
|
12
|
+
tools: [claude, cursor, gemini, codex]
|
|
13
|
+
license: "Apache-2.0"
|
|
14
|
+
license_source: "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Check Identity Pack
|
|
18
|
+
|
|
19
|
+
Run an AFP 100-point or AUSTRAC safe-harbour identity check over a document set. Reports the points attained, per-document status, and **exactly what's missing** — so the user can request only the absent documents and re-run. Uses the Stipple API (free anonymous tier).
|
|
20
|
+
|
|
21
|
+
## When to use
|
|
22
|
+
|
|
23
|
+
- Onboarding employees, tenants, contractors, or customers in Australia
|
|
24
|
+
- KYC flows needing AFP 100-point or AUSTRAC safe-harbour compliance
|
|
25
|
+
- "Do these documents satisfy the 100-point check?"
|
|
26
|
+
|
|
27
|
+
## Instructions
|
|
28
|
+
|
|
29
|
+
1. **Get the documents.** Multiple file paths or URLs (PDF/images): passport, driver's licence, medicare card, bank statement, utility bill, etc.
|
|
30
|
+
|
|
31
|
+
2. **Choose the scheme:**
|
|
32
|
+
- `afp_100_point` — the standard Australian 100-point system
|
|
33
|
+
- `austrac_safe_harbour` — AUSTRAC safe-harbour identity verification
|
|
34
|
+
|
|
35
|
+
3. **Run the check.** POST the document set (multipart, multiple `files` parts):
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
curl -X POST "https://www.stipple.sh/v1/identity-check?scheme=afp_100_point" \
|
|
39
|
+
-F "files=@passport.pdf" \
|
|
40
|
+
-F "files=@medicare-card.jpg" \
|
|
41
|
+
-F "files=@bank-statement.pdf" \
|
|
42
|
+
-H "Authorization: Bearer $STIPPLE_API_KEY"
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
4. **Interpret the response.**
|
|
46
|
+
|
|
47
|
+
- `status` — complete / incomplete / failed
|
|
48
|
+
- `points_total` — points attained (e.g. 95/100)
|
|
49
|
+
- `checks[]` — per-document: type detected, point value, status
|
|
50
|
+
- `missing[]` — **exactly what is missing** (e.g. "evidence of current residential address within last 3 months")
|
|
51
|
+
|
|
52
|
+
5. **Report with the gap list front and centre.** The product here is the *exactly-what's-missing* list — the user's onboarding UX can loop on it: request only what's absent, re-run, done.
|
|
53
|
+
|
|
54
|
+
6. **Important caveat.** Identity check answers *who is this* — it does NOT answer *is this document genuine*. A forged passport that matches the name scores points. For genuineness, pair with the `verify-document` skill on each document first.
|
|
55
|
+
|
|
56
|
+
## Output format
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
AFP 100-point check: incomplete
|
|
60
|
+
|
|
61
|
+
points attained: 95/100
|
|
62
|
+
- passport: 70 pts — ok
|
|
63
|
+
- medicare_card: 25 pts — ok
|
|
64
|
+
- drivers_licence: 40 pts — ok
|
|
65
|
+
|
|
66
|
+
exactly what is missing:
|
|
67
|
+
-> evidence of current residential address within last 3 months
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Limitations and Safety
|
|
71
|
+
|
|
72
|
+
- This workflow uploads identity and address documents to a hosted third-party
|
|
73
|
+
service. Obtain the user's explicit approval before transmission, minimize the
|
|
74
|
+
files and fields sent, and confirm the provider's current retention, residency,
|
|
75
|
+
access, and deletion terms for the intended jurisdiction.
|
|
76
|
+
- A points result is an aid to review, not a legal KYC/AML determination. Verify
|
|
77
|
+
scheme rules against current AFP, AUSTRAC, and organizational requirements and
|
|
78
|
+
keep a qualified human reviewer responsible for the onboarding decision.
|
|
79
|
+
- Never treat a passing score as proof that a document is genuine or that the
|
|
80
|
+
named person controls it; run independent authenticity and liveness checks where
|
|
81
|
+
the decision warrants them.
|
|
82
|
+
|
|
83
|
+
## Notes
|
|
84
|
+
|
|
85
|
+
- Costs 2 credits per check; free weekly allowance applies
|
|
86
|
+
- Point values: passport 70, citizenship certificate 70, birth certificate 70, driver's licence 40, medicare card 25, bank statement 25, utility bill 25, council rates 25
|
|
87
|
+
- The check maps documents to the scheme and reports gaps — it does not verify document authenticity (use `verify-document` for that)
|
|
88
|
+
- Free key at https://www.stipple.sh for metering beyond the anonymous allowance
|
|
@@ -3,7 +3,7 @@ name: claude-delegate
|
|
|
3
3
|
description: Delegate coding tasks to a separate Claude Code CLI process or Claude
|
|
4
4
|
session only when the user explicitly requests it, while the orchestrator retains
|
|
5
5
|
review and landing responsibility.
|
|
6
|
-
risk:
|
|
6
|
+
risk: critical
|
|
7
7
|
category: agent-orchestration
|
|
8
8
|
source: https://github.com/amElnagdy/delegate-skills
|
|
9
9
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: cline-delegate
|
|
3
3
|
description: Delegate coding tasks to the Cline CLI (`cline`) only when the user explicitly
|
|
4
4
|
requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: codex-delegate
|
|
3
3
|
description: Delegate coding tasks to the OpenAI Codex CLI only when the user explicitly
|
|
4
4
|
requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: commandcode-delegate
|
|
3
3
|
description: Delegate coding tasks to the Command Code CLI (`cmd`) only when the user
|
|
4
4
|
explicitly requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -3,7 +3,7 @@ name: copilot-delegate
|
|
|
3
3
|
description: Delegate coding tasks to the GitHub Copilot CLI (`copilot`) only when
|
|
4
4
|
the user explicitly requests it, while the orchestrator retains review and landing
|
|
5
5
|
responsibility.
|
|
6
|
-
risk:
|
|
6
|
+
risk: critical
|
|
7
7
|
category: agent-orchestration
|
|
8
8
|
source: https://github.com/amElnagdy/delegate-skills
|
|
9
9
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -3,7 +3,7 @@ name: cursor-delegate
|
|
|
3
3
|
description: Delegate coding tasks to the Cursor Agent CLI (`cursor-agent`) only when
|
|
4
4
|
the user explicitly requests it, while the orchestrator retains review and landing
|
|
5
5
|
responsibility.
|
|
6
|
-
risk:
|
|
6
|
+
risk: critical
|
|
7
7
|
category: agent-orchestration
|
|
8
8
|
source: https://github.com/amElnagdy/delegate-skills
|
|
9
9
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: detect-ai-text
|
|
3
|
+
description: Estimate whether a document's prose was written by AI, with the linguistic tells and honest abstention on non-prose. Use when the user asks whether an essay, report, CV, submission, or article was AI-generated — for triage, not proof.
|
|
4
|
+
category: document-verification
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Sketchjar/stipple-agent-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-08-31"
|
|
10
|
+
author: Sketchjar
|
|
11
|
+
tags: [document-verification, fact-checking, stipple, authenticity]
|
|
12
|
+
tools: [claude, cursor, gemini, codex]
|
|
13
|
+
license: "Apache-2.0"
|
|
14
|
+
license_source: "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# AI-Text Detection
|
|
18
|
+
|
|
19
|
+
Estimate the probability that a document's prose was written by AI, with the specific linguistic tells and an honest abstention when the document isn't prose. Uses the Stipple API (free anonymous tier).
|
|
20
|
+
|
|
21
|
+
## When to use
|
|
22
|
+
|
|
23
|
+
- Educators screening student submissions
|
|
24
|
+
- Publishers and platforms triaging inbound content
|
|
25
|
+
- HR reviewing AI-drafted CVs (flag, don't reject)
|
|
26
|
+
- Researchers checking source provenance
|
|
27
|
+
|
|
28
|
+
## Instructions
|
|
29
|
+
|
|
30
|
+
1. **Get the document.** URL, local file path (PDF, DOCX, TXT, MD), or raw text via `--text`.
|
|
31
|
+
|
|
32
|
+
2. **Run detection.**
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
curl -X POST https://www.stipple.sh/v1/detect-ai-text \
|
|
36
|
+
-F "file=@essay.pdf" \
|
|
37
|
+
-H "Authorization: Bearer $STIPPLE_API_KEY"
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
For raw text: POST JSON `{"text": "..."}` to the same endpoint.
|
|
41
|
+
|
|
42
|
+
3. **Interpret the response.**
|
|
43
|
+
|
|
44
|
+
- `applicable: false` — the document is not prose (forms, tables, scans, spreadsheets). Detection is **deliberately refused** rather than guessed. Report this and stop.
|
|
45
|
+
- `probability` — model confidence (0–1), NOT a calibrated truth
|
|
46
|
+
- `lean` — "ai" | "human" | "unsure"
|
|
47
|
+
- `tells[]` — the specific phrases/patterns flagged (e.g. "It is important to note that", uniform sentence length, low burstiness)
|
|
48
|
+
- `reasoning` — why the model reached its verdict
|
|
49
|
+
- `limitations` — always present; the API states its own noise profile
|
|
50
|
+
|
|
51
|
+
4. **Report honestly.** This measures *style, not authenticity*:
|
|
52
|
+
|
|
53
|
+
| Question | Tool |
|
|
54
|
+
|---|---|
|
|
55
|
+
| Was this *written* by AI? (style) | this skill |
|
|
56
|
+
| Is this document *genuine/tampered*? (forensics) | `verify-document` skill |
|
|
57
|
+
|
|
58
|
+
A human can write generically; an AI can write plainly. One triage signal, never a verdict.
|
|
59
|
+
|
|
60
|
+
## Output format
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
AI-written probability: 0.87 (lean: ai)
|
|
64
|
+
prose ratio: 0.82
|
|
65
|
+
|
|
66
|
+
linguistic tells:
|
|
67
|
+
- "It is important to note that, in today's fast-paced world" (stock phrase)
|
|
68
|
+
- uniform sentence length across paragraphs
|
|
69
|
+
- low burstiness; no authorial asides
|
|
70
|
+
|
|
71
|
+
reasoning: The text relies entirely on formulaic transition clichés...
|
|
72
|
+
limitations: The probability is the model's CONFIDENCE, not a calibrated truth.
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Limitations and Safety
|
|
76
|
+
|
|
77
|
+
- AI-text detection is probabilistic and can disproportionately flag templated,
|
|
78
|
+
coached, translated, accessibility-assisted, or non-native-English writing. Do
|
|
79
|
+
not use it as proof of misconduct or as the sole basis for employment, academic,
|
|
80
|
+
publishing, or disciplinary action.
|
|
81
|
+
- Uploading a document sends its contents to a hosted third party. Obtain explicit
|
|
82
|
+
approval first, remove unnecessary personal or confidential material, and verify
|
|
83
|
+
the provider's current retention and deletion terms.
|
|
84
|
+
- Preserve the original work and give the affected person a meaningful human review
|
|
85
|
+
and appeal path before any consequential decision.
|
|
86
|
+
|
|
87
|
+
## Notes
|
|
88
|
+
|
|
89
|
+
- Non-prose documents (forms, tables, payslips) get `applicable: false` — the engine refuses rather than guessing
|
|
90
|
+
- Can false-flag templated/coached or non-native-English writing — always present as one signal alongside human review
|
|
91
|
+
- Free anonymous tier works without a key; free key at https://www.stipple.sh
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,
|
|
3
|
+
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,107+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 2,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 2,107+ skills
|
|
7
7
|
|
|
8
8
|
> **Custom-host integration:** This guide documents a low-level, direct-manifest lazy loader for Jetski/Cortex and similar hosts. For Codex or Claude Code, the recommended path is [AAS Core](../users/aas-core.md), which provides neutral, deterministic catalog retrieval and validates exact agent-selected IDs through a bounded, read-only MCP server.
|
|
9
9
|
|
|
@@ -25,7 +25,7 @@ Never do:
|
|
|
25
25
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
26
26
|
- re-inject the entire library for **every** request.
|
|
27
27
|
|
|
28
|
-
With 2,
|
|
28
|
+
With 2,107+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -23,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
|
|
23
23
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
24
24
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
25
25
|
|
|
26
|
-
This pattern avoids context overflow when you have 2,
|
|
26
|
+
This pattern avoids context overflow when you have 2,107+ skills installed.
|
|
27
27
|
|
|
28
28
|
Manifest contract references:
|
|
29
29
|
|
|
@@ -29,7 +29,7 @@ Preferred homepage:
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
31
|
- lead with `AAS Core` and the profile → stack → plan flow;
|
|
32
|
-
- present `2,
|
|
32
|
+
- present `2,107+ Agentic Skills` as supporting catalog evidence, not a second product;
|
|
33
33
|
- mention Codex and Claude as the current Core agent path, with broader host compatibility as distribution support;
|
|
34
34
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
35
35
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 2,
|
|
75
|
+
- All 2,107+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -31,7 +31,7 @@ AAS MCP does not scan the repository and does not decide which skills are best.
|
|
|
31
31
|
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.
|
|
34
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.5.0 -- aas mcp configure \
|
|
35
35
|
--host codex \
|
|
36
36
|
--scope user \
|
|
37
37
|
--config /absolute/path/to/codex/config.toml \
|
|
@@ -17,7 +17,7 @@ Configure AAS Core for Claude Code, describe the task and constraints, let Claud
|
|
|
17
17
|
- It lets Claude search the verified local catalog without loading the full library into context.
|
|
18
18
|
- It preserves Claude's exact selection without using metadata as an eligibility gate.
|
|
19
19
|
- It keeps MCP discovery read-only and CLI changes approval-gated.
|
|
20
|
-
- It includes 2,
|
|
20
|
+
- It includes 2,107+ skills instead of a narrow single-domain starter pack.
|
|
21
21
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
22
22
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
23
23
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,107+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 2,
|
|
21
|
+
- **Domain expertise** across 2,107+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|