| # Attribution for the adapted skills |
|
|
| Three of the four skills in `distinct_skills/skills/` are adaptations of |
| skills published in <https://github.com/anthropics/skills>: |
|
|
| Copyright 2026 Anthropic, PBC. |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| |
| | Skill here | Adapted from | What was taken | |
| | --- | --- | --- | |
| | `status-update` | `skills/internal-comms` | The Progress, Plans, Problems format, the one-to-three-sentence rule, the matter-of-fact tone and the preference for figures. | |
| | `skill-scaffold` | `skills/skill-creator` and `template/SKILL.md` | The frontmatter contract and the guidance on writing a description that triggers correctly. | |
| | `review-checklist` | `skills/discernment-nudge` | The three kinds of follow-up question, and the instruction to ask them once rather than after every answer. | |
|
|
| Each adaptation records its own upstream source in its `SKILL.md` frontmatter |
| and explains in that file what was changed and why. None of the three is a |
| verbatim copy: every one was rewritten for a worker with no network access, a |
| model below 7B and a single tool call per invocation. |
|
|
| `csv-table` is not adapted from anything. It was written for this repository. |
|
|
| The upstream document skills (`docx`, `pdf`, `pptx` and `xlsx`) are published |
| under "All rights reserved" rather than Apache 2.0. Nothing here is derived |
| from them. |
|
|