feat(linkedin-thought-leadership): v1.0.0 — initial open-source import
Build LinkedIn thought leadership with algorithmic understanding, strategic consistency, and AI-assisted content creation. Updated for the January 2026 360Brew algorithm change. 16 agents, 25 commands, 6 skills, 9 hooks, 24 reference docs. Personal data sanitized: voice samples generalized to template, high-engagement posts cleared, region-specific references replaced with placeholders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7194a37129
commit
39f8b275a6
143 changed files with 32662 additions and 0 deletions
48
plugins/linkedin-thought-leadership/.gitignore
vendored
Normal file
48
plugins/linkedin-thought-leadership/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Secrets and sensitive files
|
||||
.mcp.json
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Local configuration
|
||||
*.local.md
|
||||
|
||||
# Session state (personal activity, auto-initialized from template)
|
||||
REMEMBER.md
|
||||
|
||||
# Credentials
|
||||
credentials.json
|
||||
*-secret*
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Draft content (personal posts)
|
||||
assets/drafts/queue.json
|
||||
assets/drafts/week-*/
|
||||
|
||||
# Analytics data (personal performance data)
|
||||
assets/analytics/exports/
|
||||
assets/analytics/posts/
|
||||
assets/analytics/weekly-reports/
|
||||
assets/analytics/content-history.md
|
||||
|
||||
# Internal development files (not for public release)
|
||||
BACKLOG.md
|
||||
docs/DEVELOPMENT-LOG.md
|
||||
|
||||
# Node.js
|
||||
scripts/analytics/node_modules/
|
||||
scripts/analytics/build/
|
||||
Loading…
Add table
Add a link
Reference in a new issue