
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@ulinkly/setup
Advanced tools
Set up ULink deep linking with your AI coding assistant (Claude Code, Cursor, Antigravity)
Set up ULink deep linking with one command using Claude Code, Cursor, or Antigravity.
npx @ulinkly/setup
This detects your AI coding tools and configures the ULink MCP server + onboarding skill automatically. Then open your AI assistant in your project and ask it to "setup ulink".
# Install the plugin (includes MCP server + onboarding skill)
claude plugin marketplace add FlywheelStudio/ulink-ai-setup
claude plugin install ulink-onboarding@ulink
Restart Claude Code, then run /setup-ulink in your project.
1. Add MCP server — add to ~/.cursor/mcp.json:
{
"mcpServers": {
"ulink": {
"command": "npx",
"args": ["-y", "@ulinkly/mcp-server@latest"]
}
}
}
2. Install skill — copy skills/setup-ulink/ to ~/.cursor/skills/setup-ulink/.
Restart Cursor, then ask the agent: "setup ulink".
1. Add MCP server — add to ~/.gemini/antigravity/mcp_config.json:
{
"mcpServers": {
"ulink": {
"command": "npx",
"args": ["-y", "@ulinkly/mcp-server@latest"]
}
}
}
2. Install skill — copy skills/setup-ulink/ to ~/.gemini/antigravity/skills/setup-ulink/.
Restart Antigravity, then ask the agent: "setup ulink".
The AI uses the CLI for verification. Install it with:
curl -fsSL https://ulink.ly/install.sh | bash
MIT
FAQs
Set up ULink deep linking with your AI coding assistant (Claude Code, Cursor, Antigravity)
The npm package @ulinkly/setup receives a total of 2 weekly downloads. As such, @ulinkly/setup popularity was classified as not popular.
We found that @ulinkly/setup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.