What is loom-react?
Develop FRONTEND React components, pages, and UI logic for Link Loom web applications. Handles view rendering, user interactions, and client-side state using `link-loom-react-sdk`. Source: link-loom/agent-skills.
Develop FRONTEND React components, pages, and UI logic for Link Loom web applications. Handles view rendering, user interactions, and client-side state using `link-loom-react-sdk`.
Quickly install loom-react AI skill to your development environment via command line
Source: link-loom/agent-skills.
This skill standardizes frontend development for Link Loom applications, enforcing consistency in styling, structure, and code quality.
| Type | Path Pattern | Naming Style | Example |
| Page | src/pages/ / .page.jsx | PascalCase.jsx | src/pages/account/AccountProfile.page.jsx | | Component | src/components/ / / .component.jsx | PascalCase.jsx | src/components/shared/Navbar/Navbar.component.jsx | | Service | src/services/ / / .service.js | [Domain][Entity]Service | IdentityUserManagementService |
Develop FRONTEND React components, pages, and UI logic for Link Loom web applications. Handles view rendering, user interactions, and client-side state using `link-loom-react-sdk`. Source: link-loom/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/link-loom/agent-skills --skill loom-reactDevelop FRONTEND React components, pages, and UI logic for Link Loom web applications. Handles view rendering, user interactions, and client-side state using `link-loom-react-sdk`. Source: link-loom/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/link-loom/agent-skills --skill loom-react Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/link-loom/agent-skills