René's URL Explorer Experiment


Title: feat: separate plugin and skills · Issue #311 · EntityProcess/allagents · GitHub

Open Graph Title: feat: separate plugin and skills · Issue #311 · EntityProcess/allagents

X Title: feat: separate plugin and skills · Issue #311 · EntityProcess/allagents

Description: Problem Currently skills, hooks, and other artifacts need to be uniquely named otherwise links break — when conflicts are detected, a plugin-name or hash prefix is appended to the artifact folder name. This only works for specific market...

Open Graph Description: Problem Currently skills, hooks, and other artifacts need to be uniquely named otherwise links break — when conflicts are detected, a plugin-name or hash prefix is appended to the artifact folder n...

X Description: Problem Currently skills, hooks, and other artifacts need to be uniquely named otherwise links break — when conflicts are detected, a plugin-name or hash prefix is appended to the artifact folder n...

Opengraph URL: https://github.com/EntityProcess/allagents/issues/311

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"feat: separate plugin and skills","articleBody":"## Problem\n\nCurrently skills, hooks, and other artifacts need to be uniquely named otherwise links break — when conflicts are detected, a plugin-name or hash prefix is appended to the artifact folder name. This only works for specific marketplaces where they follow unique naming standards.\n\nThis is fine for internal plugins since we control the naming. But doesn't work for public plugins like superpowers which have names conflicting with other plugins.\n\n## Current Behavior\n\nWhen plugins are synced, skills are copied to client skill directories (e.g., `.claude/skills/`, `.agents/skills/`). The **folder name** on disk becomes the skill's identity — it's how clients discover and reference skills.\n\n**Current dedup logic** (`src/utils/skill-name-resolver.ts`):\n- No conflict → folder name as-is (e.g., `coding-standards/`)\n- Folder name conflicts across plugins → `{plugin}_{skill}` (e.g., `plugin-a_coding-standards/`)\n- Folder AND plugin name conflict → `{org}_{plugin}_{skill}` (e.g., `acme_plugin-a_coding-standards/`)\n\n### Why this breaks\n\nDedup only kicks in **when there's a conflict**. This means the same skill gets **different names depending on what other plugins are installed**:\n\n1. User installs `superpowers` plugin → skill lands as `brainstorming/`\n2. User installs another plugin that also has `brainstorming/` → both get renamed to `superpowers_brainstorming/` and `other_brainstorming/`\n\nAny hardcoded references to `brainstorming` (in AGENTS.md, other skills, etc.) **break silently** when step 2 happens.\n\n## Proposed Solution: Always-Namespaced Mode\n\nAdd a config option to **always prefix skill names** with the plugin namespace, regardless of conflicts:\n\n```yaml\n# workspace.yaml\nskillNamespace: always   # default: \"auto\" (current behavior)\n```\n\n| Mode | Behavior |\n|------|----------|\n| `auto` (default) | Current behavior — only prefix on conflict |\n| `always` | Every skill gets `{plugin}_{skill}` naming |\n\n## Implementation Guide\n\n### Key files\n\n| File | Change |\n|------|--------|\n| `src/models/workspace-config.ts` | Add `skillNamespace` field to schema |\n| `src/utils/skill-name-resolver.ts` | Add `mode` param to `resolveSkillNames()`, always-qualify path |\n| `src/core/sync.ts` | Thread config through `buildPluginSkillNameMaps()` calls (~lines 1841 and 2220) |\n| `tests/unit/utils/skill-name-resolver.test.ts` | Add `always` mode tests (existing tests cover current tiers) |\n| `docs/src/content/docs/reference/configuration.mdx` | Document new option |\n| `docs/src/content/docs/guides/plugins.mdx` | Update dedup section |\n\n### Implementation detail\n\nIn `src/utils/skill-name-resolver.ts`, add a `mode` parameter to `resolveSkillNames()`. When `always`, skip the \"no conflict\" fast path (line 90-101) and always qualify with plugin name.\n\n### Scope boundaries\n\n- Skills that reference other skills by name in their content (e.g., \"run the `brainstorming` skill first\") would still need to use the namespaced name. This is a documentation/convention problem, not a code problem.\n- The `{org}_{plugin}_{skill}` tier 3 disambiguator is still needed even in `always` mode if two plugins from different orgs have the same plugin name.\n\n## Related\n\n- PR #339 fixed a separate issue: **repository skills** (discovered from workspace repos, embedded as an index in AGENTS.md) had duplicates. Those now deduplicate by picking a winner (`.agents/` priority, then largest file). That is a different mechanism from plugin skill dedup — repo skills are pointers in an index, not copied files.","author":{"url":"https://github.com/christso","@type":"Person","name":"christso"},"datePublished":"2026-03-22T11:41:40.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/311/allagents/issues/311"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1f29af08-aebd-42ef-e1b3-34ea046816e6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD6DA:38C5EF:EAC681:13FA6E9:6A4D60D5
html-safe-nonceed69dd3aeebc34d20329dce989a47526c5060e8749d19cc8e10c0e72a2ac5663
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENkRBOjM4QzVFRjpFQUM2ODE6MTNGQTZFOTo2QTRENjBENSIsInZpc2l0b3JfaWQiOiI0NTMyNzU0NzQyMjAzNzYyNzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf0c65626f1cd6c8c141b36eb5f8617a3e933361df4739a8c37e0975bfbe32eef
hovercard-subject-tagissue:4115771420
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/EntityProcess/allagents/311/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b7a16c04e63719248639b68cdcd0700713db9e09e7ed92f258f944a544b8d32a/EntityProcess/allagents/issues/311
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b7a16c04e63719248639b68cdcd0700713db9e09e7ed92f258f944a544b8d32a/EntityProcess/allagents/issues/311
og:image:altProblem Currently skills, hooks, and other artifacts need to be uniquely named otherwise links break — when conflicts are detected, a plugin-name or hash prefix is appended to the artifact folder n...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamechristso
hostnamegithub.com
expected-hostnamegithub.com
Nonee6658d7c7808aeed776f841e0839b885fce343c9b96244be612c779298e7661e
turbo-cache-controlno-preview
go-importgithub.com/EntityProcess/allagents git https://github.com/EntityProcess/allagents.git
octolytics-dimension-user_id8837957
octolytics-dimension-user_loginEntityProcess
octolytics-dimension-repository_id1139437609
octolytics-dimension-repository_nwoEntityProcess/allagents
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139437609
octolytics-dimension-repository_network_root_nwoEntityProcess/allagents
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasea438513d3a22ffcd713795ed948c3e5525007665
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/EntityProcess/allagents/issues/311#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FEntityProcess%2Fallagents%2Fissues%2F311
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FEntityProcess%2Fallagents%2Fissues%2F311
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=EntityProcess%2Fallagents
Reloadhttps://github.com/EntityProcess/allagents/issues/311
Reloadhttps://github.com/EntityProcess/allagents/issues/311
Reloadhttps://github.com/EntityProcess/allagents/issues/311
Please reload this pagehttps://github.com/EntityProcess/allagents/issues/311
EntityProcess https://github.com/EntityProcess
allagentshttps://github.com/EntityProcess/allagents
Notifications https://github.com/login?return_to=%2FEntityProcess%2Fallagents
Fork 2 https://github.com/login?return_to=%2FEntityProcess%2Fallagents
Star 9 https://github.com/login?return_to=%2FEntityProcess%2Fallagents
Code https://github.com/EntityProcess/allagents
Issues 10 https://github.com/EntityProcess/allagents/issues
Pull requests 2 https://github.com/EntityProcess/allagents/pulls
Actions https://github.com/EntityProcess/allagents/actions
Projects https://github.com/EntityProcess/allagents/projects
Security and quality 0 https://github.com/EntityProcess/allagents/security
Insights https://github.com/EntityProcess/allagents/pulse
Code https://github.com/EntityProcess/allagents
Issues https://github.com/EntityProcess/allagents/issues
Pull requests https://github.com/EntityProcess/allagents/pulls
Actions https://github.com/EntityProcess/allagents/actions
Projects https://github.com/EntityProcess/allagents/projects
Security and quality https://github.com/EntityProcess/allagents/security
Insights https://github.com/EntityProcess/allagents/pulse
feat: separate plugin and skillshttps://github.com/EntityProcess/allagents/issues/311#top
https://github.com/christso
christsohttps://github.com/christso
on Mar 22, 2026https://github.com/EntityProcess/allagents/issues/311#issue-4115771420
fix(sync): deduplicate repo skills and rename heading #339https://github.com/EntityProcess/allagents/pull/339
AllAgents OSS Boardhttps://github.com/orgs/EntityProcess/projects/2
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.