Sign In

dev-like

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-like

Profile a shop's engineering culture from public sources and install develop-like-<target> agent skills. /dev-like Every

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
31
63.16%
Maintainers
1
Weekly downloads
 
Created
Source

dev-like

Steal the workflow, not the code. /dev-like Every and your agent develops like the shops you admire — with receipts.

dev-like profiles a tech company or developer's engineering culture from public sources only (their shipped agent configs, linter configs, CI files, engineering blogs, talks) and distills it into an installable, spec-compliant Agent Skill: develop-like-every, develop-like-theo, develop-like-<your-heroes>.

Every claim in a generated skill links to the public source it came from. No source, no claim.

Install

# Universal (55 harnesses — Claude Code, Codex, Cursor, Copilot, Gemini CLI, ...)
npx skills add marcusrbrown/dev-like

# Claude Code plugin (bare /dev-like command)
/plugin marketplace add marcusrbrown/dev-like
/plugin install dev-like

# CLI (cached registry installs)
npx dev-like every

Use

/dev-like Every        # cached: installs develop-like-every from the registry
/dev-like Theo         # aliases work: theo.gg, t3.gg, t3
/dev-like SomeNewShop  # uncached: live OSINT profile -> skill -> offers to PR it back

How it works

  • Resolve — target is matched against the registry (slugs + aliases).
  • Cached — the distilled profile.md becomes a develop-like-<slug> skill in your project (.agents/skills/ + .claude/skills/).
  • Uncached — the agent runs the collection workflow across a ranked source taxonomy (revealed preference beats stated preference), builds a cited profile, generates the skill, and offers to contribute the profile back.

Ethics, in one paragraph

Public professional sources only, official APIs over scraping, consent tiers on every profile (self-published > stated > observed > social), a stated-tier floor for individuals, opt-out honored within 48h, and provenance links on every claim. We extract principles and workflow shapes — never reproduce prose.

Development

node scripts/validate.mjs   # frontmatter + registry schema + index sync
node --test tests/

See DESIGN.md for architecture and CONTRIBUTING.md for adding registry profiles.

License

MIT

Keywords

agent-skills

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

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.

Install

Related posts