Context
The AI Skills page
(source: docs/content/docs/1.getting-started/7.ai/1.skills.md)
does a nice job listing the seven skills and the recommended loading order. The skills themselves are already in
good shape — each skills/b24jssdk-*/SKILL.md has valid name + description frontmatter, i.e. they follow the
Claude Code "Agent Skills" layout. The page was just audited (audited: 2026-05-29), so this is more of a light
follow-up than a complaint. 🙂
While re-reading it, it felt like the page leans toward loading a skill (referencing it inline) more than
installing it into a project that isn't a clone of this repo — which is probably the most common case for
someone building a Bitrix24 app. It might be worth walking through each installation path end-to-end and topping
up whatever's thin.
A few things that might be worth checking
No urgency on any of these — grouping them so they're easy to pick off:
Notes / out of scope
Related
Context
The AI Skills page
(source:
docs/content/docs/1.getting-started/7.ai/1.skills.md)does a nice job listing the seven skills and the recommended loading order. The skills themselves are already in
good shape — each
skills/b24jssdk-*/SKILL.mdhas validname+descriptionfrontmatter, i.e. they follow theClaude Code "Agent Skills" layout. The page was just audited (
audited: 2026-05-29), so this is more of a lightfollow-up than a complaint. 🙂
While re-reading it, it felt like the page leans toward loading a skill (referencing it inline) more than
installing it into a project that isn't a clone of this repo — which is probably the most common case for
someone building a Bitrix24 app. It might be worth walking through each installation path end-to-end and topping
up whatever's thin.
A few things that might be worth checking
No urgency on any of these — grouping them so they're easy to pick off:
@skills/b24jssdk-core, which assumes this repo is the working directory. Worth confirming that's the intendedstory, or whether it should point at a copied-in skill instead.
skills/b24jssdk-*into a consumerproject's
.claude/skills/<name>/SKILL.md(the format already matches, so this should "just work").~/.claude/skills/when someone wants the skillsavailable across all their projects.
.claude-plugin/marketplace.json(or pluginmanifest) in the repo, so
/plugin marketplace add bitrix24/b24jssdkisn't an option today. Since the skillsare already well-formed, packaging them as an installable plugin could be a nice low-effort add — worth a look
if it fits the roadmap.
@docs/ drag-and-drop / attach-as-document.Could be worth a short "vendor the files first" note (clone, sparse-checkout, or submodule) so non-Claude users
have a concrete starting point.
matches what those tools actually expect.
heavy.
Notes / out of scope
only about the installation/distribution instructions, not the skill bodies.
skills/README.mdand the docs page in sync would be a bonus if they drift while editing.Related
docs/content/docs/1.getting-started/7.ai/1.skills.mdskills/,skills/README.md