Skip to content

feat: add loopback-core AI agent skill for skills.sh#11499

Open
raymondfeng wants to merge 1 commit intomasterfrom
feat/add-loopback-core-skill
Open

feat: add loopback-core AI agent skill for skills.sh#11499
raymondfeng wants to merge 1 commit intomasterfrom
feat/add-loopback-core-skill

Conversation

@raymondfeng
Copy link
Contributor

Summary

  • Add a reusable AI agent skill (skills/loopback-core/) covering LoopBack 4 core patterns: IoC container, dependency injection, extension point/extension, interceptors, life cycle observers, configuration, and component-based architecture
  • Follows the skills.sh convention so anyone can install it via npx skills add loopbackio/loopback-next
  • Includes 6 reference docs for detailed API patterns and recipes

Skill Structure

skills/
  loopback-core/
    SKILL.md                              # Main skill with decision tree + quick start
    references/
      context-and-bindings.md             # Context hierarchy, binding types, scopes, views, components
      dependency-injection.md             # Constructor/property/method injection, getters, views
      extension-points.md                 # Extension point/extension pattern, registration, configuration
      interceptors-and-observers.md       # Global interceptors, proxies, lifecycle observers
      configuration.md                    # @config(), dynamic config, custom resolvers
      advanced-recipes.md                 # Custom decorators, class factories, app scaffolding

Test plan

  • Verify skill renders correctly on skills.sh after merge
  • Test installation via npx skills add loopbackio/loopback-next
  • Verify skill triggers correctly in Claude Code when working with @loopback/core patterns

🤖 Generated with Claude Code

Add a reusable AI agent skill covering LoopBack 4 core patterns including
IoC container, dependency injection, extension points, interceptors, life
cycle observers, and component-based architecture. Installable via
`npx skills add loopbackio/loopback-next`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant