Add confluence-to-agent-knowledge-base skill#42
Open
miningstore wants to merge 1 commit intodaymade:mainfrom
Open
Add confluence-to-agent-knowledge-base skill#42miningstore wants to merge 1 commit intodaymade:mainfrom
miningstore wants to merge 1 commit intodaymade:mainfrom
Conversation
Adds a new Community Skills section to the README with an entry for confluence-to-agent-knowledge-base, which turns Confluence Cloud instances into private, searchable AI knowledge bases on GitHub using the Atlassian MCP connector. Repo: https://github.com/miningstore/confluence-to-agent-knowledge-base Install: claude skill add miningstore/confluence-to-agent-knowledge-base
kriptoburak
pushed a commit
to kriptoburak/claude-code-skills
that referenced
this pull request
Apr 6, 2026
…ents ## New Skill: continue-claude-work (v1.1.0) - Recover actionable context from local `.claude` session artifacts - Compact-boundary-aware extraction (reads Claude's own compaction summaries) - Subagent workflow recovery (reports completed vs interrupted subagents) - Session end reason detection (clean exit, interrupted, error cascade, abandoned) - Size-adaptive strategy for small/large sessions - Noise filtering (skips 37-53% of session lines) - Self-session exclusion, stale index fallback, MEMORY.md integration - Bundled Python script (no external dependencies) - Security scan passed, argument-hint added ## Skill Updates - **skill-creator** (v1.5.0): Complete rewrite with evaluation framework - Added agents/ (analyzer, comparator, grader) - Added eval-viewer/ (generate_review.py, viewer.html) - Added scripts/ (run_eval, aggregate_benchmark, improve_description, run_loop) - Added references/schemas.md (eval/benchmark schemas) - Expanded SKILL.md with inline vs fork guidance, progressive disclosure patterns - Enhanced package_skill.py and quick_validate.py - **transcript-fixer** (v1.2.0): CLI improvements and test coverage - Enhanced argument_parser.py and commands.py - Added correction_service.py improvements - Added test_correction_service.py - **tunnel-doctor** (v1.4.0): Quick diagnostic script - Added scripts/quick_diagnose.py - Enhanced SKILL.md with 5-layer conflict model - **pdf-creator** (v1.1.0): Auto DYLD_LIBRARY_PATH + rendering fixes - Auto-detect and set DYLD_LIBRARY_PATH for weasyprint - Fixed list rendering and CSS improvements - **github-contributor** (v1.0.3): Enhanced project evaluation - Added evidence-loop, redaction, and merge-ready PR guidance ## Documentation - Updated marketplace.json (v1.38.0, 42 skills) - Updated CHANGELOG.md with v1.38.0 entry - Updated CLAUDE.md (skill count, marketplace version, daymade#42 description) - Updated README.md (badges, skill section daymade#42, use case, requirements) - Updated README.zh-CN.md (badges, skill section daymade#42, use case, requirements) - Fixed absolute paths in continue-claude-work/references/file_structure.md ## Validation - All skills passed quick_validate.py - continue-claude-work passed security_scan.py - marketplace.json validated (valid JSON) - Cross-checked version consistency across all docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds confluence-to-agent-knowledge-base to a new "Community Skills" section in the README.
This skill turns any Confluence Cloud instance into a private, searchable AI knowledge base on GitHub with access-tiered repos. It provides an interactive 6-phase walkthrough using the Atlassian MCP connector (no API tokens needed), ingests pages, compiles a structured wiki, sets up search/Q&A CLI, and configures weekly auto-sync.
claude skill add miningstore/confluence-to-agent-knowledge-baseChanges
README.mdwith a table format for external skill references